#F6D0CF

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

Shades of Vanilla Ice #F6D0CF

Tints of Vanilla Ice #F6D0CF

Color information

#F6D0CF (or 0xF6D0CF) is unknown color: approx Vanilla Ice. HEX triplet: F6, D0 and CF. RGB value is (246,208,207). Sum of RGB (Red+Green+Blue) = 246+208+207=661 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.22% from 661); Green value is 208 (81.64% from 255 or 31.47% from 661); Blue value is 207 (81.25% from 255 or 31.32% from 661); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D0CF is #092F30. Grayscale: #DBDBDB. Windows color (decimal): -601905 or 13619446. OLE color: 13619446.

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

Color convert

RGB246208207-
CMYK00.150.160.04
HSL1.54º68.42%88.82%-
HSV(B)1.54º15.85%96.47%-
XYZ71.8269.2168.6-
YUV219.25121.09147.08-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.22%
GREEN value IS 208 (81.64% from 255) = 31.47%
BLUE value IS 207 (81.25% from 255) = 31.32%
R=37.22%
G=31.47%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620820700.150.160.041.5468.4288.82
HexF6D0CF0F10424459
Octal3663203170172042104131
Binary11110110110100001100111101111100001001010001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D0CF; }

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

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

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

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

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

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

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

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