#F0D3EE

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

Shades of Snuff #F0D3EE

Tints of Snuff #F0D3EE

Color information

#F0D3EE (or 0xF0D3EE) is unknown color: approx Snuff. HEX triplet: F0, D3 and EE. RGB value is (240,211,238). Sum of RGB (Red+Green+Blue) = 240+211+238=689 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.83% from 689); Green value is 211 (82.81% from 255 or 30.62% from 689); Blue value is 238 (93.36% from 255 or 34.54% from 689); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D3EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D3EE is #0F2C11. Grayscale: #DEDEDE. Windows color (decimal): -994322 or 15651824. OLE color: 15651824.

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

Color convert

RGB240211238-
CMYK00.120.010.06
HSL304.14º49.15%88.43%-
HSV(B)304.14º12.08%94.12%-
XYZ74.6671.2990.71-
YUV222.75136.61140.3-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.83%
GREEN value IS 211 (82.81% from 255) = 30.62%
BLUE value IS 238 (93.36% from 255) = 34.54%
R=34.83%
G=30.62%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021123800.120.010.06304.1449.1588.43
HexF0D3EE0C161303158
Octal3603233560141646061130
Binary1111000011010011111011100110011101001100001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D3EE; }

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

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

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

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

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

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

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

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