#FDCACA

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

Shades of Cosmos #FDCACA

Tints of Cosmos #FDCACA

Color information

#FDCACA (or 0xFDCACA) is unknown color: approx Cosmos. HEX triplet: FD, CA and CA. RGB value is (253,202,202). Sum of RGB (Red+Green+Blue) = 253+202+202=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 202 (79.30% from 255 or 30.75% from 657); Blue value is 202 (79.30% from 255 or 30.75% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCACA is #023535. Grayscale: #D9D9D9. Windows color (decimal): -144694 or 13290237. OLE color: 13290237.

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

Color convert

RGB253202202-
CMYK00.200.200.01
HSL92.73%89.22%-
HSV(B)20.16%99.22%-
XYZ72.2967.3965.07-
YUV217.25119.4153.5-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.51%
GREEN value IS 202 (79.30% from 255) = 30.75%
BLUE value IS 202 (79.30% from 255) = 30.75%
R=38.51%
G=30.75%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320220200.200.200.01092.7389.22
HexFDCACA01414105d59
Octal3753123120242410135131
Binary111111011100101011001010010100101001010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCACA; }

 p { color: rgb(253,202,202); }

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

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

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

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

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

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

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