COLOR #F9CEDA

HEX: #F9CEDA RGB: (249,206,218)

Color info

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

RGB color model

#F9CEDA color RGB value is (249,206,218).

RGB: (249,206,218) (98%, 81%, 85%)

RGB channels and saturation

R 249 of 255 = 98%
G 206 of 255 = 81%
B 218 of 255 = 85%

249
206
218

R + G + B ~ 88%. #F9CEDA is light color.

Portions of RGB colors in percentages

R + G + B = 249 + 206 + 218 = 673 (100%)
R 249 of 673 ~ 37%
G 206 of 673 ~ 30.61%
B 218 of 673 ~ 32.39'%

%37
%30.61
%32.39

CMYK color model

#F9CEDA color CMYK value is (0,17,12,2).

  • cyan value is 0.00%
  • magenta value is 17.27%
  • yellow value is 12.45%
  • key color value is 2.35%

CMYK: (0,17,12,2)
C0M17Y12K2 (0%, 17%, 12%, 2%)
(0.00 / 0.17 / 0.12 / 0.02)

CMYK percentages

%0
%17.27
%12.45
%2.35

Codes

Color #F9CEDA in popluar color models

F9 CE DA
RGB 249 206 218
HSL 343° 78.18% 89.22%
HSB/HSV 343° 17.27% 97.65%
CMYK 0.00% 17.27% 12.45%
2.35%

Color #F9CEDA in popluar number systems.

HEX F9 CE DA
Decimal 249 206 218
Binary 11111001 11001110 11011010
Octal 371 316 332

Shades and tints

Shades of #F9CEDA

#F9CEDA
(249,206,218)
#E3BCC7
(227,188,199)
#CDAAB4
(205,170,180)
#B798A1
(183,152,161)
#A1868E
(161,134,142)
#8B747B
(139,116,123)
#756268
(117,98,104)
#5F5055
(95,80,85)
#493E42
(73,62,66)
#332C2F
(51,44,47)
#1D1A1C
(29,26,28)
#000000
(0,0,0)

Tints of #F9CEDA

#F9CEDA
(249,206,218)
#F9D2DD
(249,210,221)
#F9D6E0
(249,214,224)
#F9DAE3
(249,218,227)
#F9DEE6
(249,222,230)
#F9E2E9
(249,226,233)
#F9E6EC
(249,230,236)
#F9EAEF
(249,234,239)
#F9EEF2
(249,238,242)
#F9F2F5
(249,242,245)
#F9F6F8
(249,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9CEDA color. Also use rgb(249,206,218) instead hex code.

Text Font Color

.myTextColor { color: #F9CEDA; }

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

This text font color is #F9CEDA.

Background Color

.myBgColor { background-color: #F9CEDA; }

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

This div background color is #F9CEDA.

Border color

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

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

This div border color is #F9CEDA.

Opacity

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

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

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

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

This text has shadow with #F9CEDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9CEDA.

Preview

Color preview on black background

This text has color #F9CEDA on black background.


Color preview on white background

This text has color #F9CEDA on white background.


Black color preview on #F9CEDA background

This text has black color on #F9CEDA background.


White color preview on #F9CEDA background

This text has white color on #F9CEDA background.


Related colors

Complementary color

Complementary color for #hex is #063125.


I love getcolorcode.com

Triadic colors

1 #DAF9CE and #CEDAF9 with #F9CEDA are triadic colors.

2 #DACEF9 and #CEF9DA with #F9CEDA are triadic colors.