#F0D0CF

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

Shades of Vanilla Ice #F0D0CF

Tints of Vanilla Ice #F0D0CF

Color information

#F0D0CF (or 0xF0D0CF) is unknown color: approx Vanilla Ice. HEX triplet: F0, D0 and CF. RGB value is (240,208,207). Sum of RGB (Red+Green+Blue) = 240+208+207=655 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.64% from 655); Green value is 208 (81.64% from 255 or 31.76% from 655); Blue value is 207 (81.25% from 255 or 31.60% from 655); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D0CF is #0F2F30. Grayscale: #D9D9D9. Windows color (decimal): -995121 or 13619440. OLE color: 13619440.

HSL color Cylindrical-coordinate representation of color #F0D0CF: hue angle of 1.82º 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 #F0D0CF is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB240208207-
CMYK00.130.140.06
HSL1.82º52.38%87.65%-
HSV(B)1.82º13.75%94.12%-
XYZ69.7568.1468.51-
YUV217.45122.1144.08-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.64%
GREEN value IS 208 (81.64% from 255) = 31.76%
BLUE value IS 207 (81.25% from 255) = 31.60%
R=36.64%
G=31.76%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020820700.130.140.061.8252.3887.65
HexF0D0CF0DE623458
Octal360320317015166264130
Binary111100001101000011001111011011110110101101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D0CF; }

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

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

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

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

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

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

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

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