#F2CECC

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

Shades of Vanilla Ice #F2CECC

Tints of Vanilla Ice #F2CECC

Color information

#F2CECC (or 0xF2CECC) is unknown color: approx Vanilla Ice. HEX triplet: F2, CE and CC. RGB value is (242,206,204). Sum of RGB (Red+Green+Blue) = 242+206+204=652 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.12% from 652); Green value is 206 (80.86% from 255 or 31.60% from 652); Blue value is 204 (80.08% from 255 or 31.29% from 652); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CECC is #0D3133. Grayscale: #D8D8D8. Windows color (decimal): -864564 or 13422322. OLE color: 13422322.

HSL color Cylindrical-coordinate representation of color #F2CECC: hue angle of 3.16º 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 #F2CECC is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB242206204-
CMYK00.150.160.05
HSL3.16º59.38%87.45%-
HSV(B)3.16º15.7%94.9%-
XYZ69.5967.3866.46-
YUV216.54120.93146.16-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.12%
GREEN value IS 206 (80.86% from 255) = 31.60%
BLUE value IS 204 (80.08% from 255) = 31.29%
R=37.12%
G=31.60%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220620400.150.160.053.1659.3887.45
HexF2CECC0F10533b57
Octal362316314017205373127
Binary1111001011001110110011000111110000101111110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CECC; }

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

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

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

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

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

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

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

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