#F3DAED

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

Shades of Snuff #F3DAED

Tints of Snuff #F3DAED

Color information

#F3DAED (or 0xF3DAED) is unknown color: approx Snuff. HEX triplet: F3, DA and ED. RGB value is (243,218,237). Sum of RGB (Red+Green+Blue) = 243+218+237=698 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.81% from 698); Green value is 218 (85.55% from 255 or 31.23% from 698); Blue value is 237 (92.97% from 255 or 33.95% from 698); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DAED is #0C2512. Grayscale: #E3E3E3. Windows color (decimal): -795923 or 15588083. OLE color: 15588083.

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

Color convert

RGB243218237-
CMYK00.100.020.05
HSL314.4º51.02%90.39%-
HSV(B)314.4º10.29%95.29%-
XYZ77.3275.3190.58-
YUV227.64133.28138.96-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.81%
GREEN value IS 218 (85.55% from 255) = 31.23%
BLUE value IS 237 (92.97% from 255) = 33.95%
R=34.81%
G=31.23%
B=33.95%

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
Decimal24321823700.100.020.05314.451.0290.39
HexF3DAED0A2513a335a
Octal3633323550122547263132
Binary11110011110110101110110101010101011001110101100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DAED; }

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

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

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

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

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

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

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

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