#FCD4CD

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

Shades of Cosmos #FCD4CD

Tints of Cosmos #FCD4CD

Color information

#FCD4CD (or 0xFCD4CD) is unknown color: approx Cosmos. HEX triplet: FC, D4 and CD. RGB value is (252,212,205). Sum of RGB (Red+Green+Blue) = 252+212+205=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 212 (83.20% from 255 or 31.69% from 669); Blue value is 205 (80.47% from 255 or 30.64% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD4CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD4CD is #032B32. Grayscale: #DFDFDF. Windows color (decimal): -207667 or 13489404. OLE color: 13489404.

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

Color convert

RGB252212205-
CMYK00.160.190.01
HSL8.94º88.68%89.61%-
HSV(B)8.94º18.65%98.82%-
XYZ74.7172.1967.75-
YUV223.16117.75148.57-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.67%
GREEN value IS 212 (83.20% from 255) = 31.69%
BLUE value IS 205 (80.47% from 255) = 30.64%
R=37.67%
G=31.69%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221220500.160.190.018.9488.6889.61
HexFCD4CD0101319595a
Octal37432431502023111131132
Binary111111001101010011001101010000100111100110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD4CD; }

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

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

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

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

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

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

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

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