#F2CCCC

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

Shades of Vanilla Ice #F2CCCC

Tints of Vanilla Ice #F2CCCC

Color information

#F2CCCC (or 0xF2CCCC) is unknown color: approx Vanilla Ice. HEX triplet: F2, CC and CC. RGB value is (242,204,204). Sum of RGB (Red+Green+Blue) = 242+204+204=650 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.23% from 650); Green value is 204 (80.08% from 255 or 31.38% from 650); Blue value is 204 (80.08% from 255 or 31.38% from 650); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CCCC is #0D3333. Grayscale: #D7D7D7. Windows color (decimal): -865076 or 13421810. OLE color: 13421810.

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

Color convert

RGB242204204-
CMYK00.160.160.05
HSL59.38%87.45%-
HSV(B)15.7%94.9%-
XYZ69.1166.4266.31-
YUV215.36121.59147-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.23%
GREEN value IS 204 (80.08% from 255) = 31.38%
BLUE value IS 204 (80.08% from 255) = 31.38%
R=37.23%
G=31.38%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220420400.160.160.05059.3887.45
HexF2CCCC01010503b57
Octal362314314020205073127
Binary1111001011001100110011000100001000010101110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CCCC; }

 p { color: rgb(242,204,204); }

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

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

 a { background-color: rgb(242,204,204); }

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

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

 span { border-color: rgb(242,204,204); }

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