COLOR #FFD7CA

HEX: #FFD7CA RGB: (255,215,202)

Color info

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

RGB color model

#FFD7CA color RGB value is (255,215,202).

RGB: (255,215,202) (100%, 84%, 79%)

RGB channels and saturation

R 255 of 255 = 100%
G 215 of 255 = 84%
B 202 of 255 = 79%

255
215
202

R + G + B ~ 88%. #FFD7CA is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 215 + 202 = 672 (100%)
R 255 of 672 ~ 37.95%
G 215 of 672 ~ 31.99%
B 202 of 672 ~ 30.06'%

%37.95
%31.99
%30.06

CMYK color model

#FFD7CA color CMYK value is (0,16,21,0).

  • cyan value is 0.00%
  • magenta value is 15.69%
  • yellow value is 20.78%
  • key color value is 0.00%
CMYK: (0,16,21,0) C0M16Y21K0 (0%,16%,21%,0%) (0.00/0.16/0.21/0.00) 

CMYK percentages

%0
%15.69
%20.78
%0

Codes

Color #FFD7CA in popluar color models

FF D7 CA
RGB 255 215 202
HSL 15° 100.00% 89.61%
HSB/HSV 15° 20.78% 100.00%
CMYK 0.00% 15.69% 20.78%
0.00%

Color #FFD7CA in popluar number systems.

HEX FF D7 CA
Decimal 255 215 202
Binary 11111111 11010111 11001010
Octal 377 327 312

Shades and tints

Shades of #FFD7CA

#FFD7CA
(255,215,202)
#E8C4B8
(232,196,184)
#D1B1A6
(209,177,166)
#BA9E94
(186,158,148)
#A38B82
(163,139,130)
#8C7870
(140,120,112)
#75655E
(117,101,94)
#5E524C
(94,82,76)
#473F3A
(71,63,58)
#302C28
(48,44,40)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #FFD7CA

#FFD7CA
(255,215,202)
#FFDACE
(255,218,206)
#FFDDD2
(255,221,210)
#FFE0D6
(255,224,214)
#FFE3DA
(255,227,218)
#FFE6DE
(255,230,222)
#FFE9E2
(255,233,226)
#FFECE6
(255,236,230)
#FFEFEA
(255,239,234)
#FFF2EE
(255,242,238)
#FFF5F2
(255,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFD7CA color. Also use rgb(255,215,202) instead hex code.

Text Font Color

.myTextColor { color: #FFD7CA; }

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

This text font color is #FFD7CA.

Background Color

.myBgColor { background-color: #FFD7CA; }

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

This div background color is #FFD7CA.

Border color

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

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

This div border color is #FFD7CA.

Opacity

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

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

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

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

This text has shadow with #FFD7CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFD7CA.

Preview

Color preview on black background

This text has color #FFD7CA on black background.


Color preview on white background

This text has color #FFD7CA on white background.


Black color preview on #FFD7CA background

This text has black color on #FFD7CA background.


White color preview on #FFD7CA background

This text has white color on #FFD7CA background.


Related colors

Complementary color

Complementary color for #hex is #002835.


I love getcolorcode.com

Triadic colors

1 #CAFFD7 and #D7CAFF with #FFD7CA are triadic colors.

2 #CAD7FF and #D7FFCA with #FFD7CA are triadic colors.