COLOR #F9DEEB

HEX: #F9DEEB
RGB: (249,222,235)

Color info

#F9DEEB contains red, green and blue colors in about the same proportion. Web safe color of #F9DEEB is #FFCCFF (or #FCF).

RGB color model

#F9DEEB color RGB value is (249,222,235).

  • red value is 249;
  • green value is 222;
  • blue value is 235.
RGB:
(249,222,235)
(98%,87%,92%)

RGB channels and saturation

R 249 of 255 = 98%
G 222 of 255 = 87%
B 235 of 255 = 92%

249
222
235

R + G + B ~ 92%. #F9DEEB is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 222 + 235 = 706 (100%)
R 249 of 706 ~ 35.27%
G 222 of 706 ~ 31.44%
B 235 of 706 ~ 33.29%

%35.27
%31.44
%33.29

CMYK color model

#F9DEEB color CMYK value is (0,11,6,2).

  • cyan value is 0.00%
  • magenta value is 10.84%
  • yellow value is 5.62%
  • key color value is 2.35%
CMYK:
(0,11,6,2)
C0M11Y6K2 
(0%,11%,6%,2%)
(0.00/0.11/0.06/0.02)	

CMYK percentages

%0
%10.84
%5.62
%2.35

Codes

Color #F9DEEB in popluar color models

F9DEEB
RGB249222235
HSL331°69.23%92.35%
HSB/HSV331°10.84%97.65%
CMYK0.00%10.84%5.62%
2.35%

Color #F9DEEB in popluar number systems.

HEXF9DEEB
Decimal249222235
Binary111110011101111011101011
Octal371336353

Shades and tints

Shades of #F9DEEB

#F9DEEB
(249,222,235)
#E3CAD6
(227,202,214)
#CDB6C1
(205,182,193)
#B7A2AC
(183,162,172)
#A18E97
(161,142,151)
#8B7A82
(139,122,130)
#75666D
(117,102,109)
#5F5258
(95,82,88)
#493E43
(73,62,67)
#332A2E
(51,42,46)
#1D1619
(29,22,25)
#000000
(0,0,0)

Tints of #F9DEEB

#F9DEEB
(249,222,235)
#F9E1EC
(249,225,236)
#F9E4ED
(249,228,237)
#F9E7EE
(249,231,238)
#F9EAEF
(249,234,239)
#F9EDF0
(249,237,240)
#F9F0F1
(249,240,241)
#F9F3F2
(249,243,242)
#F9F6F3
(249,246,243)
#F9F9F4
(249,249,244)
#F9FCF5
(249,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9DEEB color. Also use rgb(249,222,235) instead hex code.

Text Font Color

.myTextColor { color: #F9DEEB; }

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

This text font color is #F9DEEB.


Background Color

.myBgColor { background-color: #F9DEEB; }

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

This div background color is #F9DEEB.


Border color

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

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

This div border color is #F9DEEB.


Opacity

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

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

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

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

This text has shadow with #F9DEEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9DEEB on black background.


Color preview on white background

This text has color #F9DEEB on white background.



Black color preview on #F9DEEB background

This text has black color on #F9DEEB background.


White color preview on #F9DEEB background

This text has white color on #F9DEEB background.