#F1D2EA

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

Shades of Snuff #F1D2EA

Tints of Snuff #F1D2EA

Color information

#F1D2EA (or 0xF1D2EA) is unknown color: approx Snuff. HEX triplet: F1, D2 and EA. RGB value is (241,210,234). Sum of RGB (Red+Green+Blue) = 241+210+234=685 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.18% from 685); Green value is 210 (82.42% from 255 or 30.66% from 685); Blue value is 234 (91.80% from 255 or 34.16% from 685); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D2EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D2EA is #0E2D15. Grayscale: #DDDDDD. Windows color (decimal): -929046 or 15389425. OLE color: 15389425.

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

Color convert

RGB241210234-
CMYK00.130.030.05
HSL313.55º52.54%88.43%-
HSV(B)313.55º12.86%94.51%-
XYZ74.1770.7387.59-
YUV222134.77141.55-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.18%
GREEN value IS 210 (82.42% from 255) = 30.66%
BLUE value IS 234 (91.80% from 255) = 34.16%
R=35.18%
G=30.66%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121023400.130.030.05313.5552.5488.43
HexF1D2EA0D3513a3558
Octal3613223520153547265130
Binary11110001110100101110101001101111011001110101101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D2EA; }

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

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

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

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

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

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

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

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