#F0D2CF

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

Shades of Vanilla Ice #F0D2CF

Tints of Vanilla Ice #F0D2CF

Color information

#F0D2CF (or 0xF0D2CF) is unknown color: approx Vanilla Ice. HEX triplet: F0, D2 and CF. RGB value is (240,210,207). Sum of RGB (Red+Green+Blue) = 240+210+207=657 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.53% from 657); Green value is 210 (82.42% from 255 or 31.96% from 657); Blue value is 207 (81.25% from 255 or 31.51% from 657); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D2CF is #0F2D30. Grayscale: #DADADA. Windows color (decimal): -994609 or 13619952. OLE color: 13619952.

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

Color convert

RGB240210207-
CMYK00.120.140.06
HSL5.45º52.38%87.65%-
HSV(B)5.45º13.75%94.12%-
XYZ70.2469.1268.67-
YUV218.63121.44143.24-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.53%
GREEN value IS 210 (82.42% from 255) = 31.96%
BLUE value IS 207 (81.25% from 255) = 31.51%
R=36.53%
G=31.96%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021020700.120.140.065.4552.3887.65
HexF0D2CF0CE653458
Octal360322317014166564130
Binary1111000011010010110011110110011101101011101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D2CF; }

 p { color: rgb(240,210,207); }

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

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

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

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

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

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

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