#F0D5EE

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

Shades of Snuff #F0D5EE

Tints of Snuff #F0D5EE

Color information

#F0D5EE (or 0xF0D5EE) is unknown color: approx Snuff. HEX triplet: F0, D5 and EE. RGB value is (240,213,238). Sum of RGB (Red+Green+Blue) = 240+213+238=691 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.73% from 691); Green value is 213 (83.59% from 255 or 30.82% from 691); Blue value is 238 (93.36% from 255 or 34.44% from 691); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D5EE is #0F2A11. Grayscale: #DFDFDF. Windows color (decimal): -993810 or 15652336. OLE color: 15652336.

HSL color Cylindrical-coordinate representation of color #F0D5EE: hue angle of 304.44º degrees, saturation: 0.47, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F0D5EE is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB240213238-
CMYK00.110.010.06
HSL304.44º47.37%88.82%-
HSV(B)304.44º11.25%94.12%-
XYZ75.1672.2990.88-
YUV223.92135.95139.47-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.73%
GREEN value IS 213 (83.59% from 255) = 30.82%
BLUE value IS 238 (93.36% from 255) = 34.44%
R=34.73%
G=30.82%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021323800.110.010.06304.4447.3788.82
HexF0D5EE0B161302f59
Octal3603253560131646057131
Binary1111000011010101111011100101111101001100001011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D5EE; }

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

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

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

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

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

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

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

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