#F1D2F0

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

Shades of Snuff #F1D2F0

Tints of Snuff #F1D2F0

Color information

#F1D2F0 (or 0xF1D2F0) is unknown color: approx Snuff. HEX triplet: F1, D2 and F0. RGB value is (241,210,240). Sum of RGB (Red+Green+Blue) = 241+210+240=691 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.88% from 691); Green value is 210 (82.42% from 255 or 30.39% from 691); Blue value is 240 (94.14% from 255 or 34.73% from 691); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D2F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D2F0 is #0E2D0F. Grayscale: #DEDEDE. Windows color (decimal): -929040 or 15782641. OLE color: 15782641.

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

Color convert

RGB241210240-
CMYK00.130.000.05
HSL301.94º52.54%88.43%-
HSV(B)301.94º12.86%94.51%-
XYZ75.0571.0992.2-
YUV222.69137.77141.06-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.88%
GREEN value IS 210 (82.42% from 255) = 30.39%
BLUE value IS 240 (94.14% from 255) = 34.73%
R=34.88%
G=30.39%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121024000.130.000.05301.9452.5488.43
HexF1D2F00D0512e3558
Octal3613223600150545665130
Binary1111000111010010111100000110101011001011101101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D2F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D2F0; }

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

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

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

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

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

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

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

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