#FCD2CA

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

Shades of Cosmos #FCD2CA

Tints of Cosmos #FCD2CA

Color information

#FCD2CA (or 0xFCD2CA) is unknown color: approx Cosmos. HEX triplet: FC, D2 and CA. RGB value is (252,210,202). Sum of RGB (Red+Green+Blue) = 252+210+202=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 210 (82.42% from 255 or 31.63% from 664); Blue value is 202 (79.30% from 255 or 30.42% from 664); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD2CA is #032D35. Grayscale: #DDDDDD. Windows color (decimal): -208182 or 13292284. OLE color: 13292284.

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

Color convert

RGB252210202-
CMYK00.170.200.01
HSL9.6º89.29%89.02%-
HSV(B)9.6º19.84%98.82%-
XYZ73.8571.0565.7-
YUV221.65116.91149.65-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.95%
GREEN value IS 210 (82.42% from 255) = 31.63%
BLUE value IS 202 (79.30% from 255) = 30.42%
R=37.95%
G=31.63%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221020200.170.200.019.689.2989.02
HexFCD2CA011141a5959
Octal37432231202124112131131
Binary111111001101001011001010010001101001101010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD2CA; }

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

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

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

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

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

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

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

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