#F3D6EC

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

Shades of Snuff #F3D6EC

Tints of Snuff #F3D6EC

Color information

#F3D6EC (or 0xF3D6EC) is unknown color: approx Snuff. HEX triplet: F3, D6 and EC. RGB value is (243,214,236). Sum of RGB (Red+Green+Blue) = 243+214+236=693 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.06% from 693); Green value is 214 (83.98% from 255 or 30.88% from 693); Blue value is 236 (92.58% from 255 or 34.05% from 693); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D6EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3D6EC is #0C2913. Grayscale: #E1E1E1. Windows color (decimal): -796948 or 15521523. OLE color: 15521523.

HSL color Cylindrical-coordinate representation of color #F3D6EC: hue angle of 314.48º degrees, saturation: 0.55, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F3D6EC is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB243214236-
CMYK00.120.030.05
HSL314.48º54.72%89.61%-
HSV(B)314.48º11.93%95.29%-
XYZ76.1573.289.47-
YUV225.18134.11140.71-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.06%
GREEN value IS 214 (83.98% from 255) = 30.88%
BLUE value IS 236 (92.58% from 255) = 34.05%
R=35.06%
G=30.88%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321423600.120.030.05314.4854.7289.61
HexF3D6EC0C3513a375a
Octal3633263540143547267132
Binary11110011110101101110110001100111011001110101101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D6EC; }

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

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

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

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

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

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

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

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