#F1D6D6

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

Shades of Vanilla Ice #F1D6D6

Tints of Vanilla Ice #F1D6D6

Color information

#F1D6D6 (or 0xF1D6D6) is unknown color: approx Vanilla Ice. HEX triplet: F1, D6 and D6. RGB value is (241,214,214). Sum of RGB (Red+Green+Blue) = 241+214+214=669 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.02% from 669); Green value is 214 (83.98% from 255 or 31.99% from 669); Blue value is 214 (83.98% from 255 or 31.99% from 669); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D6D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D6D6 is #0E2929. Grayscale: #DEDEDE. Windows color (decimal): -928042 or 14079729. OLE color: 14079729.

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

Color convert

RGB241214214-
CMYK00.110.110.05
HSL49.09%89.22%-
HSV(B)11.2%94.51%-
XYZ72.4671.6573.63-
YUV222.07123.45141.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.02%
GREEN value IS 214 (83.98% from 255) = 31.99%
BLUE value IS 214 (83.98% from 255) = 31.99%
R=36.02%
G=31.99%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121421400.110.110.05049.0989.22
HexF1D6D60BB503159
Octal361326326013135061131
Binary11110001110101101101011001011101110101100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D6D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D6D6; }

 p { color: rgb(241,214,214); }

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

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

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

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

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

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

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