#F1CAC9

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

Shades of Vanilla Ice #F1CAC9

Tints of Vanilla Ice #F1CAC9

Color information

#F1CAC9 (or 0xF1CAC9) is unknown color: approx Vanilla Ice. HEX triplet: F1, CA and C9. RGB value is (241,202,201). Sum of RGB (Red+Green+Blue) = 241+202+201=644 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.42% from 644); Green value is 202 (79.30% from 255 or 31.37% from 644); Blue value is 201 (78.91% from 255 or 31.21% from 644); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CAC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CAC9 is #0E3536. Grayscale: #D5D5D5. Windows color (decimal): -931127 or 13224689. OLE color: 13224689.

HSL color Cylindrical-coordinate representation of color #F1CAC9: hue angle of 1.5º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F1CAC9 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB241202201-
CMYK00.160.170.05
HSL1.5º58.82%86.67%-
HSV(B)1.5º16.6%94.51%-
XYZ67.9465.1664.25-
YUV213.55120.92147.58-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.42%
GREEN value IS 202 (79.30% from 255) = 31.37%
BLUE value IS 201 (78.91% from 255) = 31.21%
R=37.42%
G=31.37%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120220100.160.170.051.558.8286.67
HexF1CAC901011523b57
Octal361312311020215273127
Binary11110001110010101100100101000010001101101110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CAC9; }

 p { color: rgb(241,202,201); }

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

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

 a { background-color: rgb(241,202,201); }

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

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

 span { border-color: rgb(241,202,201); }

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