#FCD0CE

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

Shades of Cosmos #FCD0CE

Tints of Cosmos #FCD0CE

Color information

#FCD0CE (or 0xFCD0CE) is unknown color: approx Cosmos. HEX triplet: FC, D0 and CE. RGB value is (252,208,206). Sum of RGB (Red+Green+Blue) = 252+208+206=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 208 (81.64% from 255 or 31.23% from 666); Blue value is 206 (80.86% from 255 or 30.93% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD0CE is #032F31. Grayscale: #DCDCDC. Windows color (decimal): -208690 or 13553916. OLE color: 13553916.

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

Color convert

RGB252208206-
CMYK00.170.180.01
HSL2.61º88.46%89.8%-
HSV(B)2.61º18.25%98.82%-
XYZ73.8470.2668.06-
YUV220.93119.58150.16-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.84%
GREEN value IS 208 (81.64% from 255) = 31.23%
BLUE value IS 206 (80.86% from 255) = 30.93%
R=37.84%
G=31.23%
B=30.93%

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
Decimal25220820600.170.180.012.6188.4689.8
HexFCD0CE0111213585a
Octal3743203160212213130132
Binary1111110011010000110011100100011001011110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD0CE; }

 p { color: rgb(252,208,206); }

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

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

 a { background-color: rgb(252,208,206); }

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

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

 span { border-color: rgb(252,208,206); }

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