#F0D3EC

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

Shades of Snuff #F0D3EC

Tints of Snuff #F0D3EC

Color information

#F0D3EC (or 0xF0D3EC) is unknown color: approx Snuff. HEX triplet: F0, D3 and EC. RGB value is (240,211,236). Sum of RGB (Red+Green+Blue) = 240+211+236=687 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.93% from 687); Green value is 211 (82.81% from 255 or 30.71% from 687); Blue value is 236 (92.58% from 255 or 34.35% from 687); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D3EC is #0F2C13. Grayscale: #DEDEDE. Windows color (decimal): -994324 or 15520752. OLE color: 15520752.

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

Color convert

RGB240211236-
CMYK00.120.020.06
HSL308.28º49.15%88.43%-
HSV(B)308.28º12.08%94.12%-
XYZ74.3771.1789.17-
YUV222.52135.61140.47-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.93%
GREEN value IS 211 (82.81% from 255) = 30.71%
BLUE value IS 236 (92.58% from 255) = 34.35%
R=34.93%
G=30.71%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021123600.120.020.06308.2849.1588.43
HexF0D3EC0C261343158
Octal3603233540142646461130
Binary11110000110100111110110001100101101001101001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D3EC; }

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

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

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

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

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

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

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

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