#F1D3D2

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

Shades of Vanilla Ice #F1D3D2

Tints of Vanilla Ice #F1D3D2

Color information

#F1D3D2 (or 0xF1D3D2) is unknown color: approx Vanilla Ice. HEX triplet: F1, D3 and D2. RGB value is (241,211,210). Sum of RGB (Red+Green+Blue) = 241+211+210=662 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.40% from 662); Green value is 211 (82.81% from 255 or 31.87% from 662); Blue value is 210 (82.42% from 255 or 31.72% from 662); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D3D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D3D2 is #0E2C2D. Grayscale: #DBDBDB. Windows color (decimal): -928814 or 13816817. OLE color: 13816817.

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

Color convert

RGB241211210-
CMYK00.120.130.05
HSL1.94º52.54%88.43%-
HSV(B)1.94º12.86%94.51%-
XYZ71.269.9470.72-
YUV219.86122.44143.08-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.40%
GREEN value IS 211 (82.81% from 255) = 31.87%
BLUE value IS 210 (82.42% from 255) = 31.72%
R=36.40%
G=31.87%
B=31.72%

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
Decimal24121121000.120.130.051.9452.5488.43
HexF1D3D20CD523558
Octal361323322014155265130
Binary111100011101001111010010011001101101101101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D3D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D3D2; }

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

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

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

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

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

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

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

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