#F0D2EE

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

Shades of Snuff #F0D2EE

Tints of Snuff #F0D2EE

Color information

#F0D2EE (or 0xF0D2EE) is unknown color: approx Snuff. HEX triplet: F0, D2 and EE. RGB value is (240,210,238). Sum of RGB (Red+Green+Blue) = 240+210+238=688 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.88% from 688); Green value is 210 (82.42% from 255 or 30.52% from 688); Blue value is 238 (93.36% from 255 or 34.59% from 688); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D2EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D2EE is #0F2D11. Grayscale: #DEDEDE. Windows color (decimal): -994578 or 15651568. OLE color: 15651568.

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

Color convert

RGB240210238-
CMYK00.120.010.06
HSL304º50%88.24%-
HSV(B)304º12.5%94.12%-
XYZ74.4170.7990.63-
YUV222.16136.94140.72-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.88%
GREEN value IS 210 (82.42% from 255) = 30.52%
BLUE value IS 238 (93.36% from 255) = 34.59%
R=34.88%
G=30.52%
B=34.59%

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
Decimal24021023800.120.010.063045088.24
HexF0D2EE0C161303258
Octal3603223560141646062130
Binary1111000011010010111011100110011101001100001100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D2EE; }

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

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

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

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

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

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

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

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