COLOR #F4B9DE

HEX: #F4B9DE
RGB: (244,185,222)

Color info

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

RGB color model

#F4B9DE color RGB value is (244,185,222).

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

RGB channels and saturation

R 244 of 255 = 96%
G 185 of 255 = 73%
B 222 of 255 = 87%

244
185
222

R + G + B ~ 85%. #F4B9DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 185 + 222 = 651 (100%)
R 244 of 651 ~ 37.48%
G 185 of 651 ~ 28.42%
B 222 of 651 ~ 34.1%

%37.48
%28.42
%34.1

CMYK color model

#F4B9DE color CMYK value is (0,24,9,4).

  • cyan value is 0.00%
  • magenta value is 24.18%
  • yellow value is 9.02%
  • key color value is 4.31%
CMYK:
(0,24,9,4)
C0M24Y9K4 
(0%,24%,9%,4%)
(0.00/0.24/0.09/0.04)	

CMYK percentages

%0
%24.18
%9.02
%4.31

Codes

Color #F4B9DE in popluar color models

F4B9DE
RGB244185222
HSL322°72.84%84.12%
HSB/HSV322°24.18%95.69%
CMYK0.00%24.18%9.02%
4.31%

Color #F4B9DE in popluar number systems.

HEXF4B9DE
Decimal244185222
Binary111101001011100111011110
Octal364271336

Shades and tints

Shades of #F4B9DE

#F4B9DE
(244,185,222)
#DEA9CA
(222,169,202)
#C899B6
(200,153,182)
#B289A2
(178,137,162)
#9C798E
(156,121,142)
#86697A
(134,105,122)
#705966
(112,89,102)
#5A4952
(90,73,82)
#44393E
(68,57,62)
#2E292A
(46,41,42)
#181916
(24,25,22)
#000000
(0,0,0)

Tints of #F4B9DE

#F4B9DE
(244,185,222)
#F5BFE1
(245,191,225)
#F6C5E4
(246,197,228)
#F7CBE7
(247,203,231)
#F8D1EA
(248,209,234)
#F9D7ED
(249,215,237)
#FADDF0
(250,221,240)
#FBE3F3
(251,227,243)
#FCE9F6
(252,233,246)
#FDEFF9
(253,239,249)
#FEF5FC
(254,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4B9DE; }

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

This text font color is #F4B9DE.


Background Color

.myBgColor { background-color: #F4B9DE; }

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

This div background color is #F4B9DE.


Border color

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

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

This div border color is #F4B9DE.


Opacity

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

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

Text with #F4B9DE 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 #F4B9DE;}

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

This text has shadow with #F4B9DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4B9DE on black background.


Color preview on white background

This text has color #F4B9DE on white background.



Black color preview on #F4B9DE background

This text has black color on #F4B9DE background.


White color preview on #F4B9DE background

This text has white color on #F4B9DE background.