#F4D0CF

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

Shades of Vanilla Ice #F4D0CF

Tints of Vanilla Ice #F4D0CF

Color information

#F4D0CF (or 0xF4D0CF) is unknown color: approx Vanilla Ice. HEX triplet: F4, D0 and CF. RGB value is (244,208,207). Sum of RGB (Red+Green+Blue) = 244+208+207=659 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.03% from 659); Green value is 208 (81.64% from 255 or 31.56% from 659); Blue value is 207 (81.25% from 255 or 31.41% from 659); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4D0CF is #0B2F30. Grayscale: #DADADA. Windows color (decimal): -732977 or 13619444. OLE color: 13619444.

HSL color Cylindrical-coordinate representation of color #F4D0CF: hue angle of 1.62º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F4D0CF is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB244208207-
CMYK00.150.150.04
HSL1.62º62.71%88.43%-
HSV(B)1.62º15.16%95.69%-
XYZ71.1368.8568.57-
YUV218.65121.43146.08-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.03%
GREEN value IS 208 (81.64% from 255) = 31.56%
BLUE value IS 207 (81.25% from 255) = 31.41%
R=37.03%
G=31.56%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420820700.150.150.041.6262.7188.43
HexF4D0CF0FF423f58
Octal364320317017174277130
Binary111101001101000011001111011111111100101111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4D0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4D0CF; }

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

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

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

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

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

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

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

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