#F1D5D2

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

Shades of Vanilla Ice #F1D5D2

Tints of Vanilla Ice #F1D5D2

Color information

#F1D5D2 (or 0xF1D5D2) is unknown color: approx Vanilla Ice. HEX triplet: F1, D5 and D2. RGB value is (241,213,210). Sum of RGB (Red+Green+Blue) = 241+213+210=664 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.30% from 664); Green value is 213 (83.59% from 255 or 32.08% from 664); Blue value is 210 (82.42% from 255 or 31.63% from 664); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D5D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D5D2 is #0E2A2D. Grayscale: #DDDDDD. Windows color (decimal): -928302 or 13817329. OLE color: 13817329.

HSL color Cylindrical-coordinate representation of color #F1D5D2: hue angle of 5.81º 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 #F1D5D2 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB241213210-
CMYK00.120.130.05
HSL5.81º52.54%88.43%-
HSV(B)5.81º12.86%94.51%-
XYZ71.770.9470.89-
YUV221.03121.78142.24-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.30%
GREEN value IS 213 (83.59% from 255) = 32.08%
BLUE value IS 210 (82.42% from 255) = 31.63%
R=36.30%
G=32.08%
B=31.63%

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
Decimal24121321000.120.130.055.8152.5488.43
HexF1D5D20CD563558
Octal361325322014155665130
Binary1111000111010101110100100110011011011101101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D5D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D5D2; }

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

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

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

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

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

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

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

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