#FCD7D1

Color #FCD7D1 Cosmos (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmos #FCD7D1

Tints of Cosmos #FCD7D1

Color information

#FCD7D1 (or 0xFCD7D1) is unknown color: approx Cosmos. HEX triplet: FC, D7 and D1. RGB value is (252,215,209). Sum of RGB (Red+Green+Blue) = 252+215+209=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 215 (84.38% from 255 or 31.80% from 676); Blue value is 209 (82.03% from 255 or 30.92% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD7D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD7D1 is #03282E. Grayscale: #E1E1E1. Windows color (decimal): -206895 or 13752316. OLE color: 13752316.

HSL color Cylindrical-coordinate representation of color #FCD7D1: hue angle of 8.37º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FCD7D1 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB252215209-
CMYK00.150.170.01
HSL8.37º87.76%90.39%-
HSV(B)8.37º17.06%98.82%-
XYZ75.9573.970.58-
YUV225.38118.76146.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 37.28%
GREEN value IS 215 (84.38% from 255) = 31.80%
BLUE value IS 209 (82.03% from 255) = 30.92%
R=37.28%
G=31.80%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221520900.150.170.018.3787.7690.39
HexFCD7D10F1118585a
Octal37432732101721110130132
Binary11111100110101111101000101111100011100010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD7D1; }

 p { color: rgb(252,215,209); }

 H1.HeaderClassName
 {
   color: #FCD7D1;
 }
 .AnyTagClassName
 {
   color: #FCD7D1;
 }
</style>
background-color css

<style>
 a { background-color: #FCD7D1; }

 a { background-color: rgb(252,215,209); }

 div.DivClassName
 {
   background-color: #FCD7D1;
 }
 .BgClassName
 {
   background-color: #FCD7D1;
 }
</style>
border-color css

<style>
 span { border-color: #FCD7D1; }

 span { border-color: rgb(252,215,209); }

 td.TdClassName
 {
   border-color: #FCD7D1;
 }
 .TagClassName
 {
   border-color: #FCD7D1;
 }
</style>