#F1CFCE

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

Shades of Vanilla Ice #F1CFCE

Tints of Vanilla Ice #F1CFCE

Color information

#F1CFCE (or 0xF1CFCE) is unknown color: approx Vanilla Ice. HEX triplet: F1, CF and CE. RGB value is (241,207,206). Sum of RGB (Red+Green+Blue) = 241+207+206=654 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.85% from 654); Green value is 207 (81.25% from 255 or 31.65% from 654); Blue value is 206 (80.86% from 255 or 31.50% from 654); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CFCE is #0E3031. Grayscale: #D9D9D9. Windows color (decimal): -929842 or 13553649. OLE color: 13553649.

HSL color Cylindrical-coordinate representation of color #F1CFCE: hue angle of 1.71º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F1CFCE is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB241207206-
CMYK00.140.150.05
HSL1.71º55.56%87.65%-
HSV(B)1.71º14.52%94.51%-
XYZ69.7367.7867.8-
YUV217.05121.76145.08-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.85%
GREEN value IS 207 (81.25% from 255) = 31.65%
BLUE value IS 206 (80.86% from 255) = 31.50%
R=36.85%
G=31.65%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120720600.140.150.051.7155.5687.65
HexF1CFCE0EF523858
Octal361317316016175270130
Binary111100011100111111001110011101111101101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CFCE; }

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

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

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

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

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

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

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

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