#F1D5EE

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

Shades of Snuff #F1D5EE

Tints of Snuff #F1D5EE

Color information

#F1D5EE (or 0xF1D5EE) is unknown color: approx Snuff. HEX triplet: F1, D5 and EE. RGB value is (241,213,238). Sum of RGB (Red+Green+Blue) = 241+213+238=692 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.83% from 692); Green value is 213 (83.59% from 255 or 30.78% from 692); Blue value is 238 (93.36% from 255 or 34.39% from 692); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D5EE is #0E2A11. Grayscale: #E0E0E0. Windows color (decimal): -928274 or 15652337. OLE color: 15652337.

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

Color convert

RGB241213238-
CMYK00.120.010.05
HSL306.43º50%89.02%-
HSV(B)306.43º11.62%94.51%-
XYZ75.572.4690.9-
YUV224.22135.78139.97-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.83%
GREEN value IS 213 (83.59% from 255) = 30.78%
BLUE value IS 238 (93.36% from 255) = 34.39%
R=34.83%
G=30.78%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121323800.120.010.05306.435089.02
HexF1D5EE0C151323259
Octal3613253560141546262131
Binary1111000111010101111011100110011011001100101100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D5EE; }

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

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

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

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

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

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

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

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