#F1D5EB

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

Shades of Snuff #F1D5EB

Tints of Snuff #F1D5EB

Color information

#F1D5EB (or 0xF1D5EB) is unknown color: approx Snuff. HEX triplet: F1, D5 and EB. RGB value is (241,213,235). Sum of RGB (Red+Green+Blue) = 241+213+235=689 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.98% from 689); Green value is 213 (83.59% from 255 or 30.91% from 689); Blue value is 235 (92.19% from 255 or 34.11% from 689); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D5EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D5EB is #0E2A14. Grayscale: #DFDFDF. Windows color (decimal): -928277 or 15455729. OLE color: 15455729.

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

Color convert

RGB241213235-
CMYK00.120.020.05
HSL312.86º50%89.02%-
HSV(B)312.86º11.62%94.51%-
XYZ75.0772.2988.59-
YUV223.88134.28140.21-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.98%
GREEN value IS 213 (83.59% from 255) = 30.91%
BLUE value IS 235 (92.19% from 255) = 34.11%
R=34.98%
G=30.91%
B=34.11%

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
Decimal24121323500.120.020.05312.865089.02
HexF1D5EB0C251393259
Octal3613253530142547162131
Binary11110001110101011110101101100101011001110011100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D5EB; }

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

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

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

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

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

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

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

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