#FCD2CF

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

Shades of Cosmos #FCD2CF

Tints of Cosmos #FCD2CF

Color information

#FCD2CF (or 0xFCD2CF) is unknown color: approx Cosmos. HEX triplet: FC, D2 and CF. RGB value is (252,210,207). Sum of RGB (Red+Green+Blue) = 252+210+207=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 210 (82.42% from 255 or 31.39% from 669); Blue value is 207 (81.25% from 255 or 30.94% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD2CF is #032D30. Grayscale: #DEDEDE. Windows color (decimal): -208177 or 13619964. OLE color: 13619964.

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

Color convert

RGB252210207-
CMYK00.170.180.01
HSL88.24%90%-
HSV(B)17.86%98.82%-
XYZ74.4571.2968.87-
YUV222.22119.41149.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.67%
GREEN value IS 210 (82.42% from 255) = 31.39%
BLUE value IS 207 (81.25% from 255) = 30.94%
R=37.67%
G=31.39%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221020700.170.180.01488.2490
HexFCD2CF0111214585a
Octal3743223170212214130132
Binary11111100110100101100111101000110010110010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD2CF; }

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

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

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

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

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

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

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

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