#F6CFCE

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

Shades of Vanilla Ice #F6CFCE

Tints of Vanilla Ice #F6CFCE

Color information

#F6CFCE (or 0xF6CFCE) is unknown color: approx Vanilla Ice. HEX triplet: F6, CF and CE. RGB value is (246,207,206). Sum of RGB (Red+Green+Blue) = 246+207+206=659 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.33% from 659); Green value is 207 (81.25% from 255 or 31.41% from 659); Blue value is 206 (80.86% from 255 or 31.26% from 659); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CFCE is #093031. Grayscale: #DADADA. Windows color (decimal): -602162 or 13553654. OLE color: 13553654.

HSL color Cylindrical-coordinate representation of color #F6CFCE: hue angle of 1.5º degrees, saturation: 0.69, 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 #F6CFCE is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB246207206-
CMYK00.160.160.04
HSL1.5º68.97%88.63%-
HSV(B)1.5º16.26%96.47%-
XYZ71.4668.6767.88-
YUV218.55120.92147.58-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.33%
GREEN value IS 207 (81.25% from 255) = 31.41%
BLUE value IS 206 (80.86% from 255) = 31.26%
R=37.33%
G=31.41%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620720600.160.160.041.568.9788.63
HexF6CFCE01010424559
Octal3663173160202042105131
Binary111101101100111111001110010000100001001010001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CFCE; }

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

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

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

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

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

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

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

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