COLOR #F9C4EE

HEX: #F9C4EE RGB: (249,196,238)

Color info

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

RGB color model

#F9C4EE color RGB value is (249,196,238).

RGB: (249,196,238) (98%, 77%, 93%)

RGB channels and saturation

R 249 of 255 = 98%
G 196 of 255 = 77%
B 238 of 255 = 93%

249
196
238

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

Portions of RGB colors in percentages

R + G + B = 249 + 196 + 238 = 683 (100%)
R 249 of 683 ~ 36.46%
G 196 of 683 ~ 28.7%
B 238 of 683 ~ 34.85'%

%36.46
%28.7
%34.85

CMYK color model

#F9C4EE color CMYK value is (0,21,4,2).

  • cyan value is 0.00%
  • magenta value is 21.29%
  • yellow value is 4.42%
  • key color value is 2.35%
CMYK: (0,21,4,2) C0M21Y4K2 (0%,21%,4%,2%) (0.00/0.21/0.04/0.02) 

CMYK percentages

%0
%21.29
%4.42
%2.35

Codes

Color #F9C4EE in popluar color models

F9 C4 EE
RGB 249 196 238
HSL 312° 81.54% 87.25%
HSB/HSV 312° 21.29% 97.65%
CMYK 0.00% 21.29% 4.42%
2.35%

Color #F9C4EE in popluar number systems.

HEX F9 C4 EE
Decimal 249 196 238
Binary 11111001 11000100 11101110
Octal 371 304 356

Shades and tints

Shades of #F9C4EE

#F9C4EE
(249,196,238)
#E3B3D9
(227,179,217)
#CDA2C4
(205,162,196)
#B791AF
(183,145,175)
#A1809A
(161,128,154)
#8B6F85
(139,111,133)
#755E70
(117,94,112)
#5F4D5B
(95,77,91)
#493C46
(73,60,70)
#332B31
(51,43,49)
#1D1A1C
(29,26,28)
#000000
(0,0,0)

Tints of #F9C4EE

#F9C4EE
(249,196,238)
#F9C9EF
(249,201,239)
#F9CEF0
(249,206,240)
#F9D3F1
(249,211,241)
#F9D8F2
(249,216,242)
#F9DDF3
(249,221,243)
#F9E2F4
(249,226,244)
#F9E7F5
(249,231,245)
#F9ECF6
(249,236,246)
#F9F1F7
(249,241,247)
#F9F6F8
(249,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9C4EE; }

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

This text font color is #F9C4EE.

Background Color

.myBgColor { background-color: #F9C4EE; }

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

This div background color is #F9C4EE.

Border color

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

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

This div border color is #F9C4EE.

Opacity

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

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

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

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

This text has shadow with #F9C4EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9C4EE.

Preview

Color preview on black background

This text has color #F9C4EE on black background.


Color preview on white background

This text has color #F9C4EE on white background.


Black color preview on #F9C4EE background

This text has black color on #F9C4EE background.


White color preview on #F9C4EE background

This text has white color on #F9C4EE background.


Related colors

Complementary color

Complementary color for #hex is #063B11.


I love getcolorcode.com

Triadic colors

1 #EEF9C4 and #C4EEF9 with #F9C4EE are triadic colors.

2 #EEC4F9 and #C4F9EE with #F9C4EE are triadic colors.