#F0DCEB

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

Shades of Snuff #F0DCEB

Tints of Snuff #F0DCEB

Color information

#F0DCEB (or 0xF0DCEB) is unknown color: approx Snuff. HEX triplet: F0, DC and EB. RGB value is (240,220,235). Sum of RGB (Red+Green+Blue) = 240+220+235=695 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.53% from 695); Green value is 220 (86.33% from 255 or 31.65% from 695); Blue value is 235 (92.19% from 255 or 33.81% from 695); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DCEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DCEB is #0F2314. Grayscale: #E3E3E3. Windows color (decimal): -992021 or 15457520. OLE color: 15457520.

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

Color convert

RGB240220235-
CMYK00.080.020.06
HSL315º40%90.2%-
HSV(B)315º8.33%94.12%-
XYZ76.5275.7189.18-
YUV227.69132.13136.78-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.53%
GREEN value IS 220 (86.33% from 255) = 31.65%
BLUE value IS 235 (92.19% from 255) = 33.81%
R=34.53%
G=31.65%
B=33.81%

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
Decimal24022023500.080.020.063154090.2
HexF0DCEB082613b285a
Octal3603343530102647350132
Binary11110000110111001110101101000101101001110111010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DCEB; }

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

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

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

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

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

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

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

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