COLOR #F9D2E0

HEX: #F9D2E0
RGB: (249,210,224)

Color info

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

RGB color model

#F9D2E0 color RGB value is (249,210,224).

  • red value is 249;
  • green value is 210;
  • blue value is 224.
RGB:
(249,210,224)
(98%,82%,88%)

RGB channels and saturation

R 249 of 255 = 98%
G 210 of 255 = 82%
B 224 of 255 = 88%

249
210
224

R + G + B ~ 89%. #F9D2E0 is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 210 + 224 = 683 (100%)
R 249 of 683 ~ 36.46%
G 210 of 683 ~ 30.75%
B 224 of 683 ~ 32.8%

%36.46
%30.75
%32.8

CMYK color model

#F9D2E0 color CMYK value is (0,16,10,2).

  • cyan value is 0.00%
  • magenta value is 15.66%
  • yellow value is 10.04%
  • key color value is 2.35%
CMYK:
(0,16,10,2)
C0M16Y10K2 
(0%,16%,10%,2%)
(0.00/0.16/0.10/0.02)	

CMYK percentages

%0
%15.66
%10.04
%2.35

Codes

Color #F9D2E0 in popluar color models

F9D2E0
RGB249210224
HSL338°76.47%90.00%
HSB/HSV338°15.66%97.65%
CMYK0.00%15.66%10.04%
2.35%

Color #F9D2E0 in popluar number systems.

HEXF9D2E0
Decimal249210224
Binary111110011101001011100000
Octal371322340

Shades and tints

Shades of #F9D2E0

#F9D2E0
(249,210,224)
#E3BFCC
(227,191,204)
#CDACB8
(205,172,184)
#B799A4
(183,153,164)
#A18690
(161,134,144)
#8B737C
(139,115,124)
#756068
(117,96,104)
#5F4D54
(95,77,84)
#493A40
(73,58,64)
#33272C
(51,39,44)
#1D1418
(29,20,24)
#000000
(0,0,0)

Tints of #F9D2E0

#F9D2E0
(249,210,224)
#F9D6E2
(249,214,226)
#F9DAE4
(249,218,228)
#F9DEE6
(249,222,230)
#F9E2E8
(249,226,232)
#F9E6EA
(249,230,234)
#F9EAEC
(249,234,236)
#F9EEEE
(249,238,238)
#F9F2F0
(249,242,240)
#F9F6F2
(249,246,242)
#F9FAF4
(249,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9D2E0 color. Also use rgb(249,210,224) instead hex code.

Text Font Color

.myTextColor { color: #F9D2E0; }

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

This text font color is #F9D2E0.


Background Color

.myBgColor { background-color: #F9D2E0; }

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

This div background color is #F9D2E0.


Border color

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

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

This div border color is #F9D2E0.


Opacity

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

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

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

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

This text has shadow with #F9D2E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9D2E0 on black background.


Color preview on white background

This text has color #F9D2E0 on white background.



Black color preview on #F9D2E0 background

This text has black color on #F9D2E0 background.


White color preview on #F9D2E0 background

This text has white color on #F9D2E0 background.