COLOR #F5D2CA

HEX: #F5D2CA RGB: (245,210,202)

Color info

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

RGB color model

#F5D2CA color RGB value is (245,210,202).

RGB: (245,210,202) (96%, 82%, 79%)

RGB channels and saturation

R 245 of 255 = 96%
G 210 of 255 = 82%
B 202 of 255 = 79%

245
210
202

R + G + B ~ 86%. #F5D2CA is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 210 + 202 = 657 (100%)
R 245 of 657 ~ 37.29%
G 210 of 657 ~ 31.96%
B 202 of 657 ~ 30.75'%

%37.29
%31.96
%30.75

CMYK color model

#F5D2CA color CMYK value is (0,14,18,4).

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

CMYK: (0,14,18,4)
C0M14Y18K4 (0%, 14%, 18%, 4%)
(0.00 / 0.14 / 0.18 / 0.04)

CMYK percentages

%0
%14.29
%17.55
%3.92

Codes

Color #F5D2CA in popluar color models

F5 D2 CA
RGB 245 210 202
HSL 11° 68.25% 87.65%
HSB/HSV 11° 17.55% 96.08%
CMYK 0.00% 14.29% 17.55%
3.92%

Color #F5D2CA in popluar number systems.

HEX F5 D2 CA
Decimal 245 210 202
Binary 11110101 11010010 11001010
Octal 365 322 312

Shades and tints

Shades of #F5D2CA

#F5D2CA
(245,210,202)
#DFBFB8
(223,191,184)
#C9ACA6
(201,172,166)
#B39994
(179,153,148)
#9D8682
(157,134,130)
#877370
(135,115,112)
#71605E
(113,96,94)
#5B4D4C
(91,77,76)
#453A3A
(69,58,58)
#2F2728
(47,39,40)
#191416
(25,20,22)
#000000
(0,0,0)

Tints of #F5D2CA

#F5D2CA
(245,210,202)
#F5D6CE
(245,214,206)
#F5DAD2
(245,218,210)
#F5DED6
(245,222,214)
#F5E2DA
(245,226,218)
#F5E6DE
(245,230,222)
#F5EAE2
(245,234,226)
#F5EEE6
(245,238,230)
#F5F2EA
(245,242,234)
#F5F6EE
(245,246,238)
#F5FAF2
(245,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5D2CA; }

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

This text font color is #F5D2CA.

Background Color

.myBgColor { background-color: #F5D2CA; }

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

This div background color is #F5D2CA.

Border color

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

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

This div border color is #F5D2CA.

Opacity

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

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

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

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

This text has shadow with #F5D2CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5D2CA.

Preview

Color preview on black background

This text has color #F5D2CA on black background.


Color preview on white background

This text has color #F5D2CA on white background.


Black color preview on #F5D2CA background

This text has black color on #F5D2CA background.


White color preview on #F5D2CA background

This text has white color on #F5D2CA background.


Related colors

Complementary color

Complementary color for #hex is #0A2D35.


I love getcolorcode.com

Triadic colors

1 #CAF5D2 and #D2CAF5 with #F5D2CA are triadic colors.

2 #CAD2F5 and #D2F5CA with #F5D2CA are triadic colors.