COLOR #F9CAE4

HEX: #F9CAE4 RGB: (249,202,228)

Color info

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

RGB color model

#F9CAE4 color RGB value is (249,202,228).

RGB: (249,202,228) (98%, 79%, 89%)

RGB channels and saturation

R 249 of 255 = 98%
G 202 of 255 = 79%
B 228 of 255 = 89%

249
202
228

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

Portions of RGB colors in percentages

R + G + B = 249 + 202 + 228 = 679 (100%)
R 249 of 679 ~ 36.67%
G 202 of 679 ~ 29.75%
B 228 of 679 ~ 33.58'%

%36.67
%29.75
%33.58

CMYK color model

#F9CAE4 color CMYK value is (0,19,8,2).

  • cyan value is 0.00%
  • magenta value is 18.88%
  • yellow value is 8.43%
  • key color value is 2.35%

CMYK: (0,19,8,2)
C0M19Y8K2 (0%, 19%, 8%, 2%)
(0.00 / 0.19 / 0.08 / 0.02)

CMYK percentages

%0
%18.88
%8.43
%2.35

Codes

Color #F9CAE4 in popluar color models

F9 CA E4
RGB 249 202 228
HSL 327° 79.66% 88.43%
HSB/HSV 327° 18.88% 97.65%
CMYK 0.00% 18.88% 8.43%
2.35%

Color #F9CAE4 in popluar number systems.

HEX F9 CA E4
Decimal 249 202 228
Binary 11111001 11001010 11100100
Octal 371 312 344

Shades and tints

Shades of #F9CAE4

#F9CAE4
(249,202,228)
#E3B8D0
(227,184,208)
#CDA6BC
(205,166,188)
#B794A8
(183,148,168)
#A18294
(161,130,148)
#8B7080
(139,112,128)
#755E6C
(117,94,108)
#5F4C58
(95,76,88)
#493A44
(73,58,68)
#332830
(51,40,48)
#1D161C
(29,22,28)
#000000
(0,0,0)

Tints of #F9CAE4

#F9CAE4
(249,202,228)
#F9CEE6
(249,206,230)
#F9D2E8
(249,210,232)
#F9D6EA
(249,214,234)
#F9DAEC
(249,218,236)
#F9DEEE
(249,222,238)
#F9E2F0
(249,226,240)
#F9E6F2
(249,230,242)
#F9EAF4
(249,234,244)
#F9EEF6
(249,238,246)
#F9F2F8
(249,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9CAE4 color. Also use rgb(249,202,228) instead hex code.

Text Font Color

.myTextColor { color: #F9CAE4; }

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

This text font color is #F9CAE4.

Background Color

.myBgColor { background-color: #F9CAE4; }

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

This div background color is #F9CAE4.

Border color

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

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

This div border color is #F9CAE4.

Opacity

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

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

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

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

This text has shadow with #F9CAE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9CAE4.

Preview

Color preview on black background

This text has color #F9CAE4 on black background.


Color preview on white background

This text has color #F9CAE4 on white background.


Black color preview on #F9CAE4 background

This text has black color on #F9CAE4 background.


White color preview on #F9CAE4 background

This text has white color on #F9CAE4 background.


Related colors

Complementary color

Complementary color for #hex is #06351B.


I love getcolorcode.com

Triadic colors

1 #E4F9CA and #CAE4F9 with #F9CAE4 are triadic colors.

2 #E4CAF9 and #CAF9E4 with #F9CAE4 are triadic colors.