#FCD2CB

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

Shades of Cosmos #FCD2CB

Tints of Cosmos #FCD2CB

Color information

#FCD2CB (or 0xFCD2CB) is unknown color: approx Cosmos. HEX triplet: FC, D2 and CB. RGB value is (252,210,203). Sum of RGB (Red+Green+Blue) = 252+210+203=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 210 (82.42% from 255 or 31.58% from 665); Blue value is 203 (79.69% from 255 or 30.53% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD2CB is #032D34. Grayscale: #DDDDDD. Windows color (decimal): -208181 or 13357820. OLE color: 13357820.

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

Color convert

RGB252210203-
CMYK00.170.190.01
HSL8.57º89.09%89.22%-
HSV(B)8.57º19.44%98.82%-
XYZ73.9771.166.32-
YUV221.76117.41149.57-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.89%
GREEN value IS 210 (82.42% from 255) = 31.58%
BLUE value IS 203 (79.69% from 255) = 30.53%
R=37.89%
G=31.58%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221020300.170.190.018.5789.0989.22
HexFCD2CB01113195959
Octal37432231302123111131131
Binary111111001101001011001011010001100111100110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD2CB; }

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

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

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

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

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

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

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

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