COLOR #F9CAF4

HEX: #F9CAF4 RGB: (249,202,244)

Color info

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

RGB color model

#F9CAF4 color RGB value is (249,202,244).

RGB: (249,202,244) (98%, 79%, 96%)

RGB channels and saturation

R 249 of 255 = 98%
G 202 of 255 = 79%
B 244 of 255 = 96%

249
202
244

R + G + B ~ 91%. #F9CAF4 is light color.

Portions of RGB colors in percentages

R + G + B = 249 + 202 + 244 = 695 (100%)
R 249 of 695 ~ 35.83%
G 202 of 695 ~ 29.06%
B 244 of 695 ~ 35.11'%

%35.83
%29.06
%35.11

CMYK color model

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

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

CMYK: (0,19,2,2)
C0M19Y2K2 (0%, 19%, 2%, 2%)
(0.00 / 0.19 / 0.02 / 0.02)

CMYK percentages

%0
%18.88
%2.01
%2.35

Codes

Color #F9CAF4 in popluar color models

F9 CA F4
RGB 249 202 244
HSL 306° 79.66% 88.43%
HSB/HSV 306° 18.88% 97.65%
CMYK 0.00% 18.88% 2.01%
2.35%

Color #F9CAF4 in popluar number systems.

HEX F9 CA F4
Decimal 249 202 244
Binary 11111001 11001010 11110100
Octal 371 312 364

Shades and tints

Shades of #F9CAF4

#F9CAF4
(249,202,244)
#E3B8DE
(227,184,222)
#CDA6C8
(205,166,200)
#B794B2
(183,148,178)
#A1829C
(161,130,156)
#8B7086
(139,112,134)
#755E70
(117,94,112)
#5F4C5A
(95,76,90)
#493A44
(73,58,68)
#33282E
(51,40,46)
#1D1618
(29,22,24)
#000000
(0,0,0)

Tints of #F9CAF4

#F9CAF4
(249,202,244)
#F9CEF5
(249,206,245)
#F9D2F6
(249,210,246)
#F9D6F7
(249,214,247)
#F9DAF8
(249,218,248)
#F9DEF9
(249,222,249)
#F9E2FA
(249,226,250)
#F9E6FB
(249,230,251)
#F9EAFC
(249,234,252)
#F9EEFD
(249,238,253)
#F9F2FE
(249,242,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9CAF4; }

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

This text font color is #F9CAF4.

Background Color

.myBgColor { background-color: #F9CAF4; }

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

This div background color is #F9CAF4.

Border color

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

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

This div border color is #F9CAF4.

Opacity

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

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

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

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

This text has shadow with #F9CAF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9CAF4.

Preview

Color preview on black background

This text has color #F9CAF4 on black background.


Color preview on white background

This text has color #F9CAF4 on white background.


Black color preview on #F9CAF4 background

This text has black color on #F9CAF4 background.


White color preview on #F9CAF4 background

This text has white color on #F9CAF4 background.


Related colors

Complementary color

Complementary color for #hex is #06350B.


I love getcolorcode.com

Triadic colors

1 #F4F9CA and #CAF4F9 with #F9CAF4 are triadic colors.

2 #F4CAF9 and #CAF9F4 with #F9CAF4 are triadic colors.