#F0CACA

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

Shades of Vanilla Ice #F0CACA

Tints of Vanilla Ice #F0CACA

Color information

#F0CACA (or 0xF0CACA) is unknown color: approx Vanilla Ice. HEX triplet: F0, CA and CA. RGB value is (240,202,202). Sum of RGB (Red+Green+Blue) = 240+202+202=644 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.27% from 644); Green value is 202 (79.30% from 255 or 31.37% from 644); Blue value is 202 (79.30% from 255 or 31.37% from 644); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CACA is #0F3535. Grayscale: #D5D5D5. Windows color (decimal): -996662 or 13290224. OLE color: 13290224.

HSL color Cylindrical-coordinate representation of color #F0CACA: hue angle of 0º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0CACA is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB240202202-
CMYK00.160.160.06
HSL55.88%86.67%-
HSV(B)15.83%94.12%-
XYZ67.7265.0364.86-
YUV213.36121.59147-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.27%
GREEN value IS 202 (79.30% from 255) = 31.37%
BLUE value IS 202 (79.30% from 255) = 31.37%
R=37.27%
G=31.37%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020220200.160.160.06055.8886.67
HexF0CACA01010603857
Octal360312312020206070127
Binary1111000011001010110010100100001000011001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CACA; }

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

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

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

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

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

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

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

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