#FCD8D4

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

Shades of Cosmos #FCD8D4

Tints of Cosmos #FCD8D4

Color information

#FCD8D4 (or 0xFCD8D4) is unknown color: approx Cosmos. HEX triplet: FC, D8 and D4. RGB value is (252,216,212). Sum of RGB (Red+Green+Blue) = 252+216+212=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 216 (84.77% from 255 or 31.76% from 680); Blue value is 212 (83.20% from 255 or 31.18% from 680); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD8D4 is #03272B. Grayscale: #E2E2E2. Windows color (decimal): -206636 or 13949180. OLE color: 13949180.

HSL color Cylindrical-coordinate representation of color #FCD8D4: hue angle of 6º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FCD8D4 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB252216212-
CMYK00.140.160.01
HSL86.96%90.98%-
HSV(B)15.87%98.82%-
XYZ76.5874.5672.64-
YUV226.31119.93146.33-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.06%
GREEN value IS 216 (84.77% from 255) = 31.76%
BLUE value IS 212 (83.20% from 255) = 31.18%
R=37.06%
G=31.76%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221621200.140.160.01686.9690.98
HexFCD8D40E1016575b
Octal3743303240162016127133
Binary1111110011011000110101000111010000111010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD8D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD8D4; }

 p { color: rgb(252,216,212); }

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

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

 a { background-color: rgb(252,216,212); }

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

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

 span { border-color: rgb(252,216,212); }

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