#F3DAEF

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

Shades of Snuff #F3DAEF

Tints of Snuff #F3DAEF

Color information

#F3DAEF (or 0xF3DAEF) is unknown color: approx Snuff. HEX triplet: F3, DA and EF. RGB value is (243,218,239). Sum of RGB (Red+Green+Blue) = 243+218+239=700 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.71% from 700); Green value is 218 (85.55% from 255 or 31.14% from 700); Blue value is 239 (93.75% from 255 or 34.14% from 700); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DAEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DAEF is #0C2510. Grayscale: #E3E3E3. Windows color (decimal): -795921 or 15719155. OLE color: 15719155.

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

Color convert

RGB243218239-
CMYK00.100.020.05
HSL309.6º51.02%90.39%-
HSV(B)309.6º10.29%95.29%-
XYZ77.6175.4392.13-
YUV227.87134.28138.79-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.71%
GREEN value IS 218 (85.55% from 255) = 31.14%
BLUE value IS 239 (93.75% from 255) = 34.14%
R=34.71%
G=31.14%
B=34.14%

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
Decimal24321823900.100.020.05309.651.0290.39
HexF3DAEF0A25136335a
Octal3633323570122546663132
Binary11110011110110101110111101010101011001101101100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DAEF; }

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

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

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

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

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

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

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

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