#F1D5D1

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

Shades of Vanilla Ice #F1D5D1

Tints of Vanilla Ice #F1D5D1

Color information

#F1D5D1 (or 0xF1D5D1) is unknown color: approx Vanilla Ice. HEX triplet: F1, D5 and D1. RGB value is (241,213,209). Sum of RGB (Red+Green+Blue) = 241+213+209=663 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.35% from 663); Green value is 213 (83.59% from 255 or 32.13% from 663); Blue value is 209 (82.03% from 255 or 31.52% from 663); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D5D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D5D1 is #0E2A2E. Grayscale: #DCDCDC. Windows color (decimal): -928303 or 13751793. OLE color: 13751793.

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

Color convert

RGB241213209-
CMYK00.120.130.05
HSL7.5º53.33%88.24%-
HSV(B)7.5º13.28%94.51%-
XYZ71.5870.8970.23-
YUV220.92121.28142.33-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.35%
GREEN value IS 213 (83.59% from 255) = 32.13%
BLUE value IS 209 (82.03% from 255) = 31.52%
R=36.35%
G=32.13%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121320900.120.130.057.553.3388.24
HexF1D5D10CD583558
Octal3613253210141551065130
Binary11110001110101011101000101100110110110001101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D5D1; }

 p { color: rgb(241,213,209); }

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

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

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

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

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

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

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