#F2DAEC

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

Shades of Snuff #F2DAEC

Tints of Snuff #F2DAEC

Color information

#F2DAEC (or 0xF2DAEC) is unknown color: approx Snuff. HEX triplet: F2, DA and EC. RGB value is (242,218,236). Sum of RGB (Red+Green+Blue) = 242+218+236=696 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.77% from 696); Green value is 218 (85.55% from 255 or 31.32% from 696); Blue value is 236 (92.58% from 255 or 33.91% from 696); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DAEC is #0D2513. Grayscale: #E3E3E3. Windows color (decimal): -861460 or 15522546. OLE color: 15522546.

HSL color Cylindrical-coordinate representation of color #F2DAEC: hue angle of 315º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2DAEC is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB242218236-
CMYK00.100.020.05
HSL315º48%90.2%-
HSV(B)315º9.92%94.9%-
XYZ76.8375.0889.8-
YUV227.23132.95138.54-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.77%
GREEN value IS 218 (85.55% from 255) = 31.32%
BLUE value IS 236 (92.58% from 255) = 33.91%
R=34.77%
G=31.32%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221823600.100.020.053154890.2
HexF2DAEC0A2513b305a
Octal3623323540122547360132
Binary11110010110110101110110001010101011001110111100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DAEC; }

 p { color: rgb(242,218,236); }

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

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

 a { background-color: rgb(242,218,236); }

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

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

 span { border-color: rgb(242,218,236); }

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