COLOR #F4B9CF

HEX: #F4B9CF
RGB: (244,185,207)

Color info

#F4B9CF contains red, green and blue colors in about the same proportion. Web safe color of #F4B9CF is #FFCCCC (or #FCC).

RGB color model

#F4B9CF color RGB value is (244,185,207).

  • red value is 244;
  • green value is 185;
  • blue value is 207.
RGB:
(244,185,207)
(96%,73%,81%)

RGB channels and saturation

R 244 of 255 = 96%
G 185 of 255 = 73%
B 207 of 255 = 81%

244
185
207

R + G + B ~ 83%. #F4B9CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 185 + 207 = 636 (100%)
R 244 of 636 ~ 38.36%
G 185 of 636 ~ 29.09%
B 207 of 636 ~ 32.55%

%38.36
%29.09
%32.55

CMYK color model

#F4B9CF color CMYK value is (0,24,15,4).

  • cyan value is 0.00%
  • magenta value is 24.18%
  • yellow value is 15.16%
  • key color value is 4.31%
CMYK:
(0,24,15,4)
C0M24Y15K4 
(0%,24%,15%,4%)
(0.00/0.24/0.15/0.04)	

CMYK percentages

%0
%24.18
%15.16
%4.31

Codes

Color #F4B9CF in popluar color models

F4B9CF
RGB244185207
HSL338°72.84%84.12%
HSB/HSV338°24.18%95.69%
CMYK0.00%24.18%15.16%
4.31%

Color #F4B9CF in popluar number systems.

HEXF4B9CF
Decimal244185207
Binary111101001011100111001111
Octal364271317

Shades and tints

Shades of #F4B9CF

#F4B9CF
(244,185,207)
#DEA9BD
(222,169,189)
#C899AB
(200,153,171)
#B28999
(178,137,153)
#9C7987
(156,121,135)
#866975
(134,105,117)
#705963
(112,89,99)
#5A4951
(90,73,81)
#44393F
(68,57,63)
#2E292D
(46,41,45)
#18191B
(24,25,27)
#000000
(0,0,0)

Tints of #F4B9CF

#F4B9CF
(244,185,207)
#F5BFD3
(245,191,211)
#F6C5D7
(246,197,215)
#F7CBDB
(247,203,219)
#F8D1DF
(248,209,223)
#F9D7E3
(249,215,227)
#FADDE7
(250,221,231)
#FBE3EB
(251,227,235)
#FCE9EF
(252,233,239)
#FDEFF3
(253,239,243)
#FEF5F7
(254,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4B9CF color. Also use rgb(244,185,207) instead hex code.

Text Font Color

.myTextColor { color: #F4B9CF; }

<p style="color:#F4B9CF">This sample text font color is #F4B9CF.</p>

This text font color is #F4B9CF.


Background Color

.myBgColor { background-color: #F4B9CF; }

<div style="background-color:#F4B9CF">Inner text</div>

This div background color is #F4B9CF.


Border color

.myBorderColor { border: 1px solid #F4B9CF; }

<div style="border:3px solid #F4B9CF">Div</div>

This div border color is #F4B9CF.


Opacity

.myOpacity80 { color: #F4B9CF; opacity: 0.8; }

<p style="color:#F4B9CF;opacity:0.8;">80%</p>

Text with #F4B9CF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F4B9CF;}

<p style="text-shadow: 3px 3px 1px #F4B9CF">Text here.</p>

This text has shadow with #F4B9CF color.

.textShadow {text-shadow: 3px 3px 1px #F4B9CF, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F4B9CF, 5px 5px 20px red">Text here.</p>

This text has shadow with #F4B9CF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F4B9CF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F4B9CF, Direction=45, Strength=4)">Text</p>

This text has shadow with #F4B9CF and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #F4B9CF;
  -webkit-box-shadow:	1px 1px 3px 2px #F4B9CF;
  box-shadow:		1px 1px 3px 2px #F4B9CF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F4B9CF;
-webkit-box-shadow: 1px 1px 3px 2px #F4B9CF;
box-shadow:1px 1px 3px 2px #F4B9CF;">
Div content here</div>
This div box has shadow with color #F4B9CF.

Preview

Color preview on black background

This text has color #F4B9CF on black background.


Color preview on white background

This text has color #F4B9CF on white background.



Black color preview on #F4B9CF background

This text has black color on #F4B9CF background.


White color preview on #F4B9CF background

This text has white color on #F4B9CF background.