#F0DBEC

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

Shades of Snuff #F0DBEC

Tints of Snuff #F0DBEC

Color information

#F0DBEC (or 0xF0DBEC) is unknown color: approx Snuff. HEX triplet: F0, DB and EC. RGB value is (240,219,236). Sum of RGB (Red+Green+Blue) = 240+219+236=695 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.53% from 695); Green value is 219 (85.94% from 255 or 31.51% from 695); Blue value is 236 (92.58% from 255 or 33.96% from 695); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DBEC is #0F2413. Grayscale: #E3E3E3. Windows color (decimal): -992276 or 15522800. OLE color: 15522800.

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

Color convert

RGB240219236-
CMYK00.090.020.06
HSL311.43º41.18%90%-
HSV(B)311.43º8.75%94.12%-
XYZ76.4175.2489.85-
YUV227.22132.96137.12-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.53%
GREEN value IS 219 (85.94% from 255) = 31.51%
BLUE value IS 236 (92.58% from 255) = 33.96%
R=34.53%
G=31.51%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021923600.090.020.06311.4341.1890
HexF0DBEC0926137295a
Octal3603333540112646751132
Binary11110000110110111110110001001101101001101111010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DBEC; }

 p { color: rgb(240,219,236); }

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

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

 a { background-color: rgb(240,219,236); }

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

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

 span { border-color: rgb(240,219,236); }

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