#FCD0CA

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

Shades of Cosmos #FCD0CA

Tints of Cosmos #FCD0CA

Color information

#FCD0CA (or 0xFCD0CA) is unknown color: approx Cosmos. HEX triplet: FC, D0 and CA. RGB value is (252,208,202). Sum of RGB (Red+Green+Blue) = 252+208+202=662 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.07% from 662); Green value is 208 (81.64% from 255 or 31.42% from 662); Blue value is 202 (79.30% from 255 or 30.51% from 662); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD0CA is #032F35. Grayscale: #DCDCDC. Windows color (decimal): -208694 or 13291772. OLE color: 13291772.

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

Color convert

RGB252208202-
CMYK00.170.200.01
HSL7.2º89.29%89.02%-
HSV(B)7.2º19.84%98.82%-
XYZ73.3670.0765.54-
YUV220.47117.58150.49-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.07%
GREEN value IS 208 (81.64% from 255) = 31.42%
BLUE value IS 202 (79.30% from 255) = 30.51%
R=38.07%
G=31.42%
B=30.51%

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
Decimal25220820200.170.200.017.289.2989.02
HexFCD0CA01114175959
Octal3743203120212417131131
Binary11111100110100001100101001000110100111110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD0CA; }

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

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

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

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

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

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

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

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