#F0D7ED

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

Shades of Snuff #F0D7ED

Tints of Snuff #F0D7ED

Color information

#F0D7ED (or 0xF0D7ED) is unknown color: approx Snuff. HEX triplet: F0, D7 and ED. RGB value is (240,215,237). Sum of RGB (Red+Green+Blue) = 240+215+237=692 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.68% from 692); Green value is 215 (84.38% from 255 or 31.07% from 692); Blue value is 237 (92.97% from 255 or 34.25% from 692); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D7ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D7ED is #0F2812. Grayscale: #E0E0E0. Windows color (decimal): -993299 or 15587312. OLE color: 15587312.

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

Color convert

RGB240215237-
CMYK00.100.010.06
HSL307.2º45.45%89.22%-
HSV(B)307.2º10.42%94.12%-
XYZ75.5273.2490.28-
YUV224.98134.78138.71-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.68%
GREEN value IS 215 (84.38% from 255) = 31.07%
BLUE value IS 237 (92.97% from 255) = 34.25%
R=34.68%
G=31.07%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021523700.100.010.06307.245.4589.22
HexF0D7ED0A161332d59
Octal3603273550121646355131
Binary1111000011010111111011010101011101001100111011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D7ED; }

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

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

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

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

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

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

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

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