#FCD5CE

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

Shades of Cosmos #FCD5CE

Tints of Cosmos #FCD5CE

Color information

#FCD5CE (or 0xFCD5CE) is unknown color: approx Cosmos. HEX triplet: FC, D5 and CE. RGB value is (252,213,206). Sum of RGB (Red+Green+Blue) = 252+213+206=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 213 (83.59% from 255 or 31.74% from 671); Blue value is 206 (80.86% from 255 or 30.70% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD5CE is #032A31. Grayscale: #DFDFDF. Windows color (decimal): -207410 or 13555196. OLE color: 13555196.

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

Color convert

RGB252213206-
CMYK00.150.180.01
HSL9.13º88.46%89.8%-
HSV(B)9.13º18.25%98.82%-
XYZ75.0872.7468.48-
YUV223.86117.92148.07-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.56%
GREEN value IS 213 (83.59% from 255) = 31.74%
BLUE value IS 206 (80.86% from 255) = 30.70%
R=37.56%
G=31.74%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221320600.150.180.019.1388.4689.8
HexFCD5CE0F1219585a
Octal37432531601722111130132
Binary11111100110101011100111001111100101100110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD5CE; }

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

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

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

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

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

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

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

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