COLOR #F9DEEE

HEX: #F9DEEE
RGB: (249,222,238)

Color info

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

RGB color model

#F9DEEE color RGB value is (249,222,238).

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

RGB channels and saturation

R 249 of 255 = 98%
G 222 of 255 = 87%
B 238 of 255 = 93%

249
222
238

R + G + B ~ 93%. #F9DEEE is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 222 + 238 = 709 (100%)
R 249 of 709 ~ 35.12%
G 222 of 709 ~ 31.31%
B 238 of 709 ~ 33.57%

%35.12
%31.31
%33.57

CMYK color model

#F9DEEE color CMYK value is (0,11,4,2).

  • cyan value is 0.00%
  • magenta value is 10.84%
  • yellow value is 4.42%
  • key color value is 2.35%
CMYK:
(0,11,4,2)
C0M11Y4K2 
(0%,11%,4%,2%)
(0.00/0.11/0.04/0.02)	

CMYK percentages

%0
%10.84
%4.42
%2.35

Codes

Color #F9DEEE in popluar color models

F9DEEE
RGB249222238
HSL324°69.23%92.35%
HSB/HSV324°10.84%97.65%
CMYK0.00%10.84%4.42%
2.35%

Color #F9DEEE in popluar number systems.

HEXF9DEEE
Decimal249222238
Binary111110011101111011101110
Octal371336356

Shades and tints

Shades of #F9DEEE

#F9DEEE
(249,222,238)
#E3CAD9
(227,202,217)
#CDB6C4
(205,182,196)
#B7A2AF
(183,162,175)
#A18E9A
(161,142,154)
#8B7A85
(139,122,133)
#756670
(117,102,112)
#5F525B
(95,82,91)
#493E46
(73,62,70)
#332A31
(51,42,49)
#1D161C
(29,22,28)
#000000
(0,0,0)

Tints of #F9DEEE

#F9DEEE
(249,222,238)
#F9E1EF
(249,225,239)
#F9E4F0
(249,228,240)
#F9E7F1
(249,231,241)
#F9EAF2
(249,234,242)
#F9EDF3
(249,237,243)
#F9F0F4
(249,240,244)
#F9F3F5
(249,243,245)
#F9F6F6
(249,246,246)
#F9F9F7
(249,249,247)
#F9FCF8
(249,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9DEEE; }

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

This text font color is #F9DEEE.


Background Color

.myBgColor { background-color: #F9DEEE; }

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

This div background color is #F9DEEE.


Border color

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

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

This div border color is #F9DEEE.


Opacity

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

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

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

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

This text has shadow with #F9DEEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9DEEE on black background.


Color preview on white background

This text has color #F9DEEE on white background.



Black color preview on #F9DEEE background

This text has black color on #F9DEEE background.


White color preview on #F9DEEE background

This text has white color on #F9DEEE background.