#F0D3CF

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

Shades of Vanilla Ice #F0D3CF

Tints of Vanilla Ice #F0D3CF

Color information

#F0D3CF (or 0xF0D3CF) is unknown color: approx Vanilla Ice. HEX triplet: F0, D3 and CF. RGB value is (240,211,207). Sum of RGB (Red+Green+Blue) = 240+211+207=658 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.47% from 658); Green value is 211 (82.81% from 255 or 32.07% from 658); Blue value is 207 (81.25% from 255 or 31.46% from 658); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D3CF is #0F2C30. Grayscale: #DBDBDB. Windows color (decimal): -994353 or 13620208. OLE color: 13620208.

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

Color convert

RGB240211207-
CMYK00.120.140.06
HSL7.27º52.38%87.65%-
HSV(B)7.27º13.75%94.12%-
XYZ70.4969.6268.75-
YUV219.22121.11142.83-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.47%
GREEN value IS 211 (82.81% from 255) = 32.07%
BLUE value IS 207 (81.25% from 255) = 31.46%
R=36.47%
G=32.07%
B=31.46%

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
Decimal24021120700.120.140.067.2752.3887.65
HexF0D3CF0CE673458
Octal360323317014166764130
Binary1111000011010011110011110110011101101111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D3CF; }

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

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

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

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

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

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

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

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