#F3DAEC

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

Shades of Snuff #F3DAEC

Tints of Snuff #F3DAEC

Color information

#F3DAEC (or 0xF3DAEC) is unknown color: approx Snuff. HEX triplet: F3, DA and EC. RGB value is (243,218,236). Sum of RGB (Red+Green+Blue) = 243+218+236=697 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.86% from 697); Green value is 218 (85.55% from 255 or 31.28% from 697); Blue value is 236 (92.58% from 255 or 33.86% from 697); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DAEC is #0C2513. Grayscale: #E3E3E3. Windows color (decimal): -795924 or 15522547. OLE color: 15522547.

HSL color Cylindrical-coordinate representation of color #F3DAEC: hue angle of 316.8º degrees, saturation: 0.51, 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 #F3DAEC is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB243218236-
CMYK00.100.030.05
HSL316.8º51.02%90.39%-
HSV(B)316.8º10.29%95.29%-
XYZ77.1775.2589.81-
YUV227.53132.78139.04-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.86%
GREEN value IS 218 (85.55% from 255) = 31.28%
BLUE value IS 236 (92.58% from 255) = 33.86%
R=34.86%
G=31.28%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321823600.100.030.05316.851.0290.39
HexF3DAEC0A3513d335a
Octal3633323540123547563132
Binary11110011110110101110110001010111011001111011100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DAEC; }

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

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

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

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

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

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

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

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