#F4CACA

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

Shades of Vanilla Ice #F4CACA

Tints of Vanilla Ice #F4CACA

Color information

#F4CACA (or 0xF4CACA) is unknown color: approx Vanilla Ice. HEX triplet: F4, CA and CA. RGB value is (244,202,202). Sum of RGB (Red+Green+Blue) = 244+202+202=648 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.65% from 648); Green value is 202 (79.30% from 255 or 31.17% from 648); Blue value is 202 (79.30% from 255 or 31.17% from 648); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CACA is #0B3535. Grayscale: #D6D6D6. Windows color (decimal): -734518 or 13290228. OLE color: 13290228.

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

Color convert

RGB244202202-
CMYK00.170.170.04
HSL65.62%87.45%-
HSV(B)17.21%95.69%-
XYZ69.0965.7464.92-
YUV214.56120.91149-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.65%
GREEN value IS 202 (79.30% from 255) = 31.17%
BLUE value IS 202 (79.30% from 255) = 31.17%
R=37.65%
G=31.17%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420220200.170.170.04065.6287.45
HexF4CACA01111404257
Octal3643123120212140102127
Binary11110100110010101100101001000110001100010000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CACA; }

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

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

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

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

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

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

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

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