#F0D5EB

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

Shades of Snuff #F0D5EB

Tints of Snuff #F0D5EB

Color information

#F0D5EB (or 0xF0D5EB) is unknown color: approx Snuff. HEX triplet: F0, D5 and EB. RGB value is (240,213,235). Sum of RGB (Red+Green+Blue) = 240+213+235=688 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.88% from 688); Green value is 213 (83.59% from 255 or 30.96% from 688); Blue value is 235 (92.19% from 255 or 34.16% from 688); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D5EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D5EB is #0F2A14. Grayscale: #DFDFDF. Windows color (decimal): -993813 or 15455728. OLE color: 15455728.

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

Color convert

RGB240213235-
CMYK00.110.020.06
HSL311.11º47.37%88.82%-
HSV(B)311.11º11.25%94.12%-
XYZ74.7272.1188.58-
YUV223.58134.45139.71-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.88%
GREEN value IS 213 (83.59% from 255) = 30.96%
BLUE value IS 235 (92.19% from 255) = 34.16%
R=34.88%
G=30.96%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021323500.110.020.06311.1147.3788.82
HexF0D5EB0B261372f59
Octal3603253530132646757131
Binary11110000110101011110101101011101101001101111011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D5EB; }

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

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

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

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

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

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

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

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