COLOR #F9D1EB

HEX: #F9D1EB RGB: (249,209,235)

Color info

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

RGB color model

#F9D1EB color RGB value is (249,209,235).

RGB: (249,209,235) (98%, 82%, 92%)

RGB channels and saturation

R 249 of 255 = 98%
G 209 of 255 = 82%
B 235 of 255 = 92%

249
209
235

R + G + B ~ 91%. #F9D1EB is light color.

Portions of RGB colors in percentages

R + G + B = 249 + 209 + 235 = 693 (100%)
R 249 of 693 ~ 35.93%
G 209 of 693 ~ 30.16%
B 235 of 693 ~ 33.91'%

%35.93
%30.16
%33.91

CMYK color model

#F9D1EB color CMYK value is (0,16,6,2).

  • cyan value is 0.00%
  • magenta value is 16.06%
  • yellow value is 5.62%
  • key color value is 2.35%

CMYK: (0,16,6,2)
C0M16Y6K2 (0%, 16%, 6%, 2%)
(0.00 / 0.16 / 0.06 / 0.02)

CMYK percentages

%0
%16.06
%5.62
%2.35

Codes

Color #F9D1EB in popluar color models

F9 D1 EB
RGB 249 209 235
HSL 321° 76.92% 89.80%
HSB/HSV 321° 16.06% 97.65%
CMYK 0.00% 16.06% 5.62%
2.35%

Color #F9D1EB in popluar number systems.

HEX F9 D1 EB
Decimal 249 209 235
Binary 11111001 11010001 11101011
Octal 371 321 353

Shades and tints

Shades of #F9D1EB

#F9D1EB
(249,209,235)
#E3BED6
(227,190,214)
#CDABC1
(205,171,193)
#B798AC
(183,152,172)
#A18597
(161,133,151)
#8B7282
(139,114,130)
#755F6D
(117,95,109)
#5F4C58
(95,76,88)
#493943
(73,57,67)
#33262E
(51,38,46)
#1D1319
(29,19,25)
#000000
(0,0,0)

Tints of #F9D1EB

#F9D1EB
(249,209,235)
#F9D5EC
(249,213,236)
#F9D9ED
(249,217,237)
#F9DDEE
(249,221,238)
#F9E1EF
(249,225,239)
#F9E5F0
(249,229,240)
#F9E9F1
(249,233,241)
#F9EDF2
(249,237,242)
#F9F1F3
(249,241,243)
#F9F5F4
(249,245,244)
#F9F9F5
(249,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9D1EB; }

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

This text font color is #F9D1EB.

Background Color

.myBgColor { background-color: #F9D1EB; }

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

This div background color is #F9D1EB.

Border color

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

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

This div border color is #F9D1EB.

Opacity

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

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

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

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

This text has shadow with #F9D1EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9D1EB.

Preview

Color preview on black background

This text has color #F9D1EB on black background.


Color preview on white background

This text has color #F9D1EB on white background.


Black color preview on #F9D1EB background

This text has black color on #F9D1EB background.


White color preview on #F9D1EB background

This text has white color on #F9D1EB background.


Related colors

Complementary color

Complementary color for #hex is #062E14.


I love getcolorcode.com

Triadic colors

1 #EBF9D1 and #D1EBF9 with #F9D1EB are triadic colors.

2 #EBD1F9 and #D1F9EB with #F9D1EB are triadic colors.