#F0D5D1

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

Shades of Vanilla Ice #F0D5D1

Tints of Vanilla Ice #F0D5D1

Color information

#F0D5D1 (or 0xF0D5D1) is unknown color: approx Vanilla Ice. HEX triplet: F0, D5 and D1. RGB value is (240,213,209). Sum of RGB (Red+Green+Blue) = 240+213+209=662 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.25% from 662); Green value is 213 (83.59% from 255 or 32.18% from 662); Blue value is 209 (82.03% from 255 or 31.57% from 662); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D5D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D5D1 is #0F2A2E. Grayscale: #DCDCDC. Windows color (decimal): -993839 or 13751792. OLE color: 13751792.

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

Color convert

RGB240213209-
CMYK00.110.130.06
HSL7.74º50.82%88.04%-
HSV(B)7.74º12.92%94.12%-
XYZ71.2470.7270.22-
YUV220.62121.45141.83-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.25%
GREEN value IS 213 (83.59% from 255) = 32.18%
BLUE value IS 209 (82.03% from 255) = 31.57%
R=36.25%
G=32.18%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021320900.110.130.067.7450.8288.04
HexF0D5D10BD683358
Octal3603253210131561063130
Binary11110000110101011101000101011110111010001100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D5D1; }

 p { color: rgb(240,213,209); }

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

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

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

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

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

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

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