#FFCACA

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

Shades of Cosmos #FFCACA

Tints of Cosmos #FFCACA

Color information

#FFCACA (or 0xFFCACA) is unknown color: approx Cosmos. HEX triplet: FF, CA and CA. RGB value is (255,202,202). Sum of RGB (Red+Green+Blue) = 255+202+202=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 202 (79.30% from 255 or 30.65% from 659); Blue value is 202 (79.30% from 255 or 30.65% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCACA is #003535. Grayscale: #D9D9D9. Windows color (decimal): -13622 or 13290239. OLE color: 13290239.

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

Color convert

RGB255202202-
CMYK00.210.210
HSL100%89.61%-
HSV(B)20.78%100%-
XYZ73.0267.7765.11-
YUV217.85119.06154.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.69%
GREEN value IS 202 (79.30% from 255) = 30.65%
BLUE value IS 202 (79.30% from 255) = 30.65%
R=38.69%
G=30.65%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520220200.210.210010089.61
HexFFCACA0151500645a
Octal3773123120252500144132
Binary111111111100101011001010010101101010011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCACA; }

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

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

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

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

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

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

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

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