#F0CECE

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

Shades of Vanilla Ice #F0CECE

Tints of Vanilla Ice #F0CECE

Color information

#F0CECE (or 0xF0CECE) is unknown color: approx Vanilla Ice. HEX triplet: F0, CE and CE. RGB value is (240,206,206). Sum of RGB (Red+Green+Blue) = 240+206+206=652 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.81% from 652); Green value is 206 (80.86% from 255 or 31.60% from 652); Blue value is 206 (80.86% from 255 or 31.60% from 652); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CECE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CECE is #0F3131. Grayscale: #D8D8D8. Windows color (decimal): -995634 or 13553392. OLE color: 13553392.

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

Color convert

RGB240206206-
CMYK00.140.140.06
HSL53.12%87.45%-
HSV(B)14.17%94.12%-
XYZ69.1567.1267.7-
YUV216.17122.26145-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.81%
GREEN value IS 206 (80.86% from 255) = 31.60%
BLUE value IS 206 (80.86% from 255) = 31.60%
R=36.81%
G=31.60%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020620600.140.140.06053.1287.45
HexF0CECE0EE603557
Octal360316316016166065127
Binary11110000110011101100111001110111011001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CECE; }

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

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

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

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

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

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

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

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