#F1D5ED

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

Shades of Snuff #F1D5ED

Tints of Snuff #F1D5ED

Color information

#F1D5ED (or 0xF1D5ED) is unknown color: approx Snuff. HEX triplet: F1, D5 and ED. RGB value is (241,213,237). Sum of RGB (Red+Green+Blue) = 241+213+237=691 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.88% from 691); Green value is 213 (83.59% from 255 or 30.82% from 691); Blue value is 237 (92.97% from 255 or 34.30% from 691); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D5ED is #0E2A12. Grayscale: #E0E0E0. Windows color (decimal): -928275 or 15586801. OLE color: 15586801.

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

Color convert

RGB241213237-
CMYK00.120.020.05
HSL308.57º50%89.02%-
HSV(B)308.57º11.62%94.51%-
XYZ75.3672.490.12-
YUV224.11135.28140.05-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.88%
GREEN value IS 213 (83.59% from 255) = 30.82%
BLUE value IS 237 (92.97% from 255) = 34.30%
R=34.88%
G=30.82%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121323700.120.020.05308.575089.02
HexF1D5ED0C251353259
Octal3613253550142546562131
Binary11110001110101011110110101100101011001101011100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D5ED; }

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

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

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

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

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

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

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

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