COLOR #F5D9CA

HEX: #F5D9CA RGB: (245,217,202)

Color info

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

RGB color model

#F5D9CA color RGB value is (245,217,202).

RGB: (245,217,202) (96%, 85%, 79%)

RGB channels and saturation

R 245 of 255 = 96%
G 217 of 255 = 85%
B 202 of 255 = 79%

245
217
202

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

Portions of RGB colors in percentages

R + G + B = 245 + 217 + 202 = 664 (100%)
R 245 of 664 ~ 36.9%
G 217 of 664 ~ 32.68%
B 202 of 664 ~ 30.42'%

%36.9
%32.68
%30.42

CMYK color model

#F5D9CA color CMYK value is (0,11,18,4).

  • cyan value is 0.00%
  • magenta value is 11.43%
  • yellow value is 17.55%
  • key color value is 3.92%

CMYK: (0,11,18,4)
C0M11Y18K4 (0%, 11%, 18%, 4%)
(0.00 / 0.11 / 0.18 / 0.04)

CMYK percentages

%0
%11.43
%17.55
%3.92

Codes

Color #F5D9CA in popluar color models

F5 D9 CA
RGB 245 217 202
HSL 21° 68.25% 87.65%
HSB/HSV 21° 17.55% 96.08%
CMYK 0.00% 11.43% 17.55%
3.92%

Color #F5D9CA in popluar number systems.

HEX F5 D9 CA
Decimal 245 217 202
Binary 11110101 11011001 11001010
Octal 365 331 312

Shades and tints

Shades of #F5D9CA

#F5D9CA
(245,217,202)
#DFC6B8
(223,198,184)
#C9B3A6
(201,179,166)
#B3A094
(179,160,148)
#9D8D82
(157,141,130)
#877A70
(135,122,112)
#71675E
(113,103,94)
#5B544C
(91,84,76)
#45413A
(69,65,58)
#2F2E28
(47,46,40)
#191B16
(25,27,22)
#000000
(0,0,0)

Tints of #F5D9CA

#F5D9CA
(245,217,202)
#F5DCCE
(245,220,206)
#F5DFD2
(245,223,210)
#F5E2D6
(245,226,214)
#F5E5DA
(245,229,218)
#F5E8DE
(245,232,222)
#F5EBE2
(245,235,226)
#F5EEE6
(245,238,230)
#F5F1EA
(245,241,234)
#F5F4EE
(245,244,238)
#F5F7F2
(245,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5D9CA color. Also use rgb(245,217,202) instead hex code.

Text Font Color

.myTextColor { color: #F5D9CA; }

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

This text font color is #F5D9CA.

Background Color

.myBgColor { background-color: #F5D9CA; }

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

This div background color is #F5D9CA.

Border color

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

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

This div border color is #F5D9CA.

Opacity

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

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

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

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

This text has shadow with #F5D9CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5D9CA.

Preview

Color preview on black background

This text has color #F5D9CA on black background.


Color preview on white background

This text has color #F5D9CA on white background.


Black color preview on #F5D9CA background

This text has black color on #F5D9CA background.


White color preview on #F5D9CA background

This text has white color on #F5D9CA background.


Related colors

Complementary color

Complementary color for #hex is #0A2635.


I love getcolorcode.com

Triadic colors

1 #CAF5D9 and #D9CAF5 with #F5D9CA are triadic colors.

2 #CAD9F5 and #D9F5CA with #F5D9CA are triadic colors.