#FCD2CD

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

Shades of Cosmos #FCD2CD

Tints of Cosmos #FCD2CD

Color information

#FCD2CD (or 0xFCD2CD) is unknown color: approx Cosmos. HEX triplet: FC, D2 and CD. RGB value is (252,210,205). Sum of RGB (Red+Green+Blue) = 252+210+205=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 210 (82.42% from 255 or 31.48% from 667); Blue value is 205 (80.47% from 255 or 30.73% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD2CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD2CD is #032D32. Grayscale: #DEDEDE. Windows color (decimal): -208179 or 13488892. OLE color: 13488892.

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

Color convert

RGB252210205-
CMYK00.170.190.01
HSL6.38º88.68%89.61%-
HSV(B)6.38º18.65%98.82%-
XYZ74.2171.267.59-
YUV221.99118.41149.41-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.78%
GREEN value IS 210 (82.42% from 255) = 31.48%
BLUE value IS 205 (80.47% from 255) = 30.73%
R=37.78%
G=31.48%
B=30.73%

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
Decimal25221020500.170.190.016.3888.6889.61
HexFCD2CD0111316595a
Octal3743223150212316131132
Binary11111100110100101100110101000110011111010110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD2CD; }

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

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

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

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

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

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

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

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