#F1D8EE

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

Shades of Snuff #F1D8EE

Tints of Snuff #F1D8EE

Color information

#F1D8EE (or 0xF1D8EE) is unknown color: approx Snuff. HEX triplet: F1, D8 and EE. RGB value is (241,216,238). Sum of RGB (Red+Green+Blue) = 241+216+238=695 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.68% from 695); Green value is 216 (84.77% from 255 or 31.08% from 695); Blue value is 238 (93.36% from 255 or 34.24% from 695); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D8EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D8EE is #0E2711. Grayscale: #E1E1E1. Windows color (decimal): -927506 or 15653105. OLE color: 15653105.

HSL color Cylindrical-coordinate representation of color #F1D8EE: hue angle of 307.2º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F1D8EE is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB241216238-
CMYK00.100.010.05
HSL307.2º47.17%89.61%-
HSV(B)307.2º10.37%94.51%-
XYZ76.2673.9991.15-
YUV225.98134.78138.71-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.68%
GREEN value IS 216 (84.77% from 255) = 31.08%
BLUE value IS 238 (93.36% from 255) = 34.24%
R=34.68%
G=31.08%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121623800.100.010.05307.247.1789.61
HexF1D8EE0A151332f5a
Octal3613303560121546357132
Binary1111000111011000111011100101011011001100111011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D8EE; }

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

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

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

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

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

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

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

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