COLOR #F9CCE8

HEX: #F9CCE8 RGB: (249,204,232)

Color info

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

RGB color model

#F9CCE8 color RGB value is (249,204,232).

RGB: (249,204,232) (98%, 80%, 91%)

RGB channels and saturation

R 249 of 255 = 98%
G 204 of 255 = 80%
B 232 of 255 = 91%

249
204
232

R + G + B ~ 90%. #F9CCE8 is light color.

Portions of RGB colors in percentages

R + G + B = 249 + 204 + 232 = 685 (100%)
R 249 of 685 ~ 36.35%
G 204 of 685 ~ 29.78%
B 232 of 685 ~ 33.87'%

%36.35
%29.78
%33.87

CMYK color model

#F9CCE8 color CMYK value is (0,18,7,2).

  • cyan value is 0.00%
  • magenta value is 18.07%
  • yellow value is 6.83%
  • key color value is 2.35%

CMYK: (0,18,7,2)
C0M18Y7K2 (0%, 18%, 7%, 2%)
(0.00 / 0.18 / 0.07 / 0.02)

CMYK percentages

%0
%18.07
%6.83
%2.35

Codes

Color #F9CCE8 in popluar color models

F9 CC E8
RGB 249 204 232
HSL 323° 78.95% 88.82%
HSB/HSV 323° 18.07% 97.65%
CMYK 0.00% 18.07% 6.83%
2.35%

Color #F9CCE8 in popluar number systems.

HEX F9 CC E8
Decimal 249 204 232
Binary 11111001 11001100 11101000
Octal 371 314 350

Shades and tints

Shades of #F9CCE8

#F9CCE8
(249,204,232)
#E3BAD3
(227,186,211)
#CDA8BE
(205,168,190)
#B796A9
(183,150,169)
#A18494
(161,132,148)
#8B727F
(139,114,127)
#75606A
(117,96,106)
#5F4E55
(95,78,85)
#493C40
(73,60,64)
#332A2B
(51,42,43)
#1D1816
(29,24,22)
#000000
(0,0,0)

Tints of #F9CCE8

#F9CCE8
(249,204,232)
#F9D0EA
(249,208,234)
#F9D4EC
(249,212,236)
#F9D8EE
(249,216,238)
#F9DCF0
(249,220,240)
#F9E0F2
(249,224,242)
#F9E4F4
(249,228,244)
#F9E8F6
(249,232,246)
#F9ECF8
(249,236,248)
#F9F0FA
(249,240,250)
#F9F4FC
(249,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9CCE8 color. Also use rgb(249,204,232) instead hex code.

Text Font Color

.myTextColor { color: #F9CCE8; }

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

This text font color is #F9CCE8.

Background Color

.myBgColor { background-color: #F9CCE8; }

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

This div background color is #F9CCE8.

Border color

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

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

This div border color is #F9CCE8.

Opacity

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

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

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

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

This text has shadow with #F9CCE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9CCE8.

Preview

Color preview on black background

This text has color #F9CCE8 on black background.


Color preview on white background

This text has color #F9CCE8 on white background.


Black color preview on #F9CCE8 background

This text has black color on #F9CCE8 background.


White color preview on #F9CCE8 background

This text has white color on #F9CCE8 background.


Related colors

Complementary color

Complementary color for #hex is #063317.


I love getcolorcode.com

Triadic colors

1 #E8F9CC and #CCE8F9 with #F9CCE8 are triadic colors.

2 #E8CCF9 and #CCF9E8 with #F9CCE8 are triadic colors.