#F5D8EE

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

Shades of Snuff #F5D8EE

Tints of Snuff #F5D8EE

Color information

#F5D8EE (or 0xF5D8EE) is unknown color: approx Snuff. HEX triplet: F5, D8 and EE. RGB value is (245,216,238). Sum of RGB (Red+Green+Blue) = 245+216+238=699 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.05% from 699); Green value is 216 (84.77% from 255 or 30.90% from 699); Blue value is 238 (93.36% from 255 or 34.05% from 699); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D8EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D8EE is #0A2711. Grayscale: #E3E3E3. Windows color (decimal): -665362 or 15653109. OLE color: 15653109.

HSL color Cylindrical-coordinate representation of color #F5D8EE: hue angle of 314.48º degrees, saturation: 0.59, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F5D8EE is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB245216238-
CMYK00.120.030.04
HSL314.48º59.18%90.39%-
HSV(B)314.48º11.84%96.08%-
XYZ77.6474.791.21-
YUV227.18134.11140.71-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.05%
GREEN value IS 216 (84.77% from 255) = 30.90%
BLUE value IS 238 (93.36% from 255) = 34.05%
R=35.05%
G=30.90%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521623800.120.030.04314.4859.1890.39
HexF5D8EE0C3413a3b5a
Octal3653303560143447273132
Binary11110101110110001110111001100111001001110101110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D8EE; }

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

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

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

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

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

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

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

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