#F0DCEF

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

Shades of Snuff #F0DCEF

Tints of Snuff #F0DCEF

Color information

#F0DCEF (or 0xF0DCEF) is unknown color: approx Snuff. HEX triplet: F0, DC and EF. RGB value is (240,220,239). Sum of RGB (Red+Green+Blue) = 240+220+239=699 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.33% from 699); Green value is 220 (86.33% from 255 or 31.47% from 699); Blue value is 239 (93.75% from 255 or 34.19% from 699); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DCEF is #0F2310. Grayscale: #E4E4E4. Windows color (decimal): -992017 or 15719664. OLE color: 15719664.

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

Color convert

RGB240220239-
CMYK00.080.000.06
HSL303º40%90.2%-
HSV(B)303º8.33%94.12%-
XYZ77.1175.9492.26-
YUV228.15134.13136.46-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.33%
GREEN value IS 220 (86.33% from 255) = 31.47%
BLUE value IS 239 (93.75% from 255) = 34.19%
R=34.33%
G=31.47%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022023900.080.000.063034090.2
HexF0DCEF080612f285a
Octal3603343570100645750132
Binary1111000011011100111011110100001101001011111010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DCEF; }

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

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

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

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

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

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

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

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