#F0D7EB

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

Shades of Snuff #F0D7EB

Tints of Snuff #F0D7EB

Color information

#F0D7EB (or 0xF0D7EB) is unknown color: approx Snuff. HEX triplet: F0, D7 and EB. RGB value is (240,215,235). Sum of RGB (Red+Green+Blue) = 240+215+235=690 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.78% from 690); Green value is 215 (84.38% from 255 or 31.16% from 690); Blue value is 235 (92.19% from 255 or 34.06% from 690); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D7EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D7EB is #0F2814. Grayscale: #E0E0E0. Windows color (decimal): -993301 or 15456240. OLE color: 15456240.

HSL color Cylindrical-coordinate representation of color #F0D7EB: hue angle of 312º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F0D7EB is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB240215235-
CMYK00.100.020.06
HSL312º45.45%89.22%-
HSV(B)312º10.42%94.12%-
XYZ75.2373.1288.75-
YUV224.75133.78138.87-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.78%
GREEN value IS 215 (84.38% from 255) = 31.16%
BLUE value IS 235 (92.19% from 255) = 34.06%
R=34.78%
G=31.16%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021523500.100.020.0631245.4589.22
HexF0D7EB0A261382d59
Octal3603273530122647055131
Binary11110000110101111110101101010101101001110001011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D7EB; }

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

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

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

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

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

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

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

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