COLOR #F9DBEE

HEX: #F9DBEE RGB: (249,219,238)

Color info

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

RGB color model

#F9DBEE color RGB value is (249,219,238).

RGB: (249,219,238) (98%, 86%, 93%)

RGB channels and saturation

R 249 of 255 = 98%
G 219 of 255 = 86%
B 238 of 255 = 93%

249
219
238

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

Portions of RGB colors in percentages

R + G + B = 249 + 219 + 238 = 706 (100%)
R 249 of 706 ~ 35.27%
G 219 of 706 ~ 31.02%
B 238 of 706 ~ 33.71'%

%35.27
%31.02
%33.71

CMYK color model

#F9DBEE color CMYK value is (0,12,4,2).

  • cyan value is 0.00%
  • magenta value is 12.05%
  • yellow value is 4.42%
  • key color value is 2.35%
CMYK: (0,12,4,2) C0M12Y4K2 (0%,12%,4%,2%) (0.00/0.12/0.04/0.02) 

CMYK percentages

%0
%12.05
%4.42
%2.35

Codes

Color #F9DBEE in popluar color models

F9 DB EE
RGB 249 219 238
HSL 322° 71.43% 91.76%
HSB/HSV 322° 12.05% 97.65%
CMYK 0.00% 12.05% 4.42%
2.35%

Color #F9DBEE in popluar number systems.

HEX F9 DB EE
Decimal 249 219 238
Binary 11111001 11011011 11101110
Octal 371 333 356

Shades and tints

Shades of #F9DBEE

#F9DBEE
(249,219,238)
#E3C8D9
(227,200,217)
#CDB5C4
(205,181,196)
#B7A2AF
(183,162,175)
#A18F9A
(161,143,154)
#8B7C85
(139,124,133)
#756970
(117,105,112)
#5F565B
(95,86,91)
#494346
(73,67,70)
#333031
(51,48,49)
#1D1D1C
(29,29,28)
#000000
(0,0,0)

Tints of #F9DBEE

#F9DBEE
(249,219,238)
#F9DEEF
(249,222,239)
#F9E1F0
(249,225,240)
#F9E4F1
(249,228,241)
#F9E7F2
(249,231,242)
#F9EAF3
(249,234,243)
#F9EDF4
(249,237,244)
#F9F0F5
(249,240,245)
#F9F3F6
(249,243,246)
#F9F6F7
(249,246,247)
#F9F9F8
(249,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9DBEE; }

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

This text font color is #F9DBEE.

Background Color

.myBgColor { background-color: #F9DBEE; }

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

This div background color is #F9DBEE.

Border color

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

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

This div border color is #F9DBEE.

Opacity

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

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

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

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

This text has shadow with #F9DBEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9DBEE.

Preview

Color preview on black background

This text has color #F9DBEE on black background.


Color preview on white background

This text has color #F9DBEE on white background.


Black color preview on #F9DBEE background

This text has black color on #F9DBEE background.


White color preview on #F9DBEE background

This text has white color on #F9DBEE background.


Related colors

Complementary color

Complementary color for #hex is #062411.


I love getcolorcode.com

Triadic colors

1 #EEF9DB and #DBEEF9 with #F9DBEE are triadic colors.

2 #EEDBF9 and #DBF9EE with #F9DBEE are triadic colors.