#F0DDEB

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

Shades of Snuff #F0DDEB

Tints of Snuff #F0DDEB

Color information

#F0DDEB (or 0xF0DDEB) is unknown color: approx Snuff. HEX triplet: F0, DD and EB. RGB value is (240,221,235). Sum of RGB (Red+Green+Blue) = 240+221+235=696 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.48% from 696); Green value is 221 (86.72% from 255 or 31.75% from 696); Blue value is 235 (92.19% from 255 or 33.76% from 696); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DDEB is #0F2214. Grayscale: #E4E4E4. Windows color (decimal): -991765 or 15457776. OLE color: 15457776.

HSL color Cylindrical-coordinate representation of color #F0DDEB: hue angle of 315.79º degrees, saturation: 0.39, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F0DDEB is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB240221235-
CMYK00.080.020.06
HSL315.79º38.78%90.39%-
HSV(B)315.79º7.92%94.12%-
XYZ76.7976.2489.27-
YUV228.28131.79136.36-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.48%
GREEN value IS 221 (86.72% from 255) = 31.75%
BLUE value IS 235 (92.19% from 255) = 33.76%
R=34.48%
G=31.75%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022123500.080.020.06315.7938.7890.39
HexF0DDEB082613c275a
Octal3603353530102647447132
Binary11110000110111011110101101000101101001111001001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DDEB; }

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

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

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

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

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

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

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

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