#FCD2D1

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

Shades of Cosmos #FCD2D1

Tints of Cosmos #FCD2D1

Color information

#FCD2D1 (or 0xFCD2D1) is unknown color: approx Cosmos. HEX triplet: FC, D2 and D1. RGB value is (252,210,209). Sum of RGB (Red+Green+Blue) = 252+210+209=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 210 (82.42% from 255 or 31.30% from 671); Blue value is 209 (82.03% from 255 or 31.15% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD2D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD2D1 is #032D2E. Grayscale: #DEDEDE. Windows color (decimal): -208175 or 13751036. OLE color: 13751036.

HSL color Cylindrical-coordinate representation of color #FCD2D1: hue angle of 1.4º 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 #FCD2D1 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB252210209-
CMYK00.170.170.01
HSL1.4º87.76%90.39%-
HSV(B)1.4º17.06%98.82%-
XYZ74.771.3970.16-
YUV222.44120.41149.08-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.56%
GREEN value IS 210 (82.42% from 255) = 31.30%
BLUE value IS 209 (82.03% from 255) = 31.15%
R=37.56%
G=31.30%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221020900.170.170.011.487.7690.39
HexFCD2D10111111585a
Octal3743223210212111130132
Binary111111001101001011010001010001100011110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD2D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD2D1; }

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

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

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

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

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

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

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

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