COLOR #F9CADA

HEX: #F9CADA RGB: (249,202,218)

Color info

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

RGB color model

#F9CADA color RGB value is (249,202,218).

RGB: (249,202,218) (98%, 79%, 85%)

RGB channels and saturation

R 249 of 255 = 98%
G 202 of 255 = 79%
B 218 of 255 = 85%

249
202
218

R + G + B ~ 87%. #F9CADA is light color.

Portions of RGB colors in percentages

R + G + B = 249 + 202 + 218 = 669 (100%)
R 249 of 669 ~ 37.22%
G 202 of 669 ~ 30.19%
B 218 of 669 ~ 32.59'%

%37.22
%30.19
%32.59

CMYK color model

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

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

CMYK: (0,19,12,2)
C0M19Y12K2 (0%, 19%, 12%, 2%)
(0.00 / 0.19 / 0.12 / 0.02)

CMYK percentages

%0
%18.88
%12.45
%2.35

Codes

Color #F9CADA in popluar color models

F9 CA DA
RGB 249 202 218
HSL 340° 79.66% 88.43%
HSB/HSV 340° 18.88% 97.65%
CMYK 0.00% 18.88% 12.45%
2.35%

Color #F9CADA in popluar number systems.

HEX F9 CA DA
Decimal 249 202 218
Binary 11111001 11001010 11011010
Octal 371 312 332

Shades and tints

Shades of #F9CADA

#F9CADA
(249,202,218)
#E3B8C7
(227,184,199)
#CDA6B4
(205,166,180)
#B794A1
(183,148,161)
#A1828E
(161,130,142)
#8B707B
(139,112,123)
#755E68
(117,94,104)
#5F4C55
(95,76,85)
#493A42
(73,58,66)
#33282F
(51,40,47)
#1D161C
(29,22,28)
#000000
(0,0,0)

Tints of #F9CADA

#F9CADA
(249,202,218)
#F9CEDD
(249,206,221)
#F9D2E0
(249,210,224)
#F9D6E3
(249,214,227)
#F9DAE6
(249,218,230)
#F9DEE9
(249,222,233)
#F9E2EC
(249,226,236)
#F9E6EF
(249,230,239)
#F9EAF2
(249,234,242)
#F9EEF5
(249,238,245)
#F9F2F8
(249,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9CADA; }

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

This text font color is #F9CADA.

Background Color

.myBgColor { background-color: #F9CADA; }

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

This div background color is #F9CADA.

Border color

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

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

This div border color is #F9CADA.

Opacity

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

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

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

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

This text has shadow with #F9CADA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9CADA.

Preview

Color preview on black background

This text has color #F9CADA on black background.


Color preview on white background

This text has color #F9CADA on white background.


Black color preview on #F9CADA background

This text has black color on #F9CADA background.


White color preview on #F9CADA background

This text has white color on #F9CADA background.


Related colors

Complementary color

Complementary color for #hex is #063525.


I love getcolorcode.com

Triadic colors

1 #DAF9CA and #CADAF9 with #F9CADA are triadic colors.

2 #DACAF9 and #CAF9DA with #F9CADA are triadic colors.