#F3D7EC

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

Shades of Snuff #F3D7EC

Tints of Snuff #F3D7EC

Color information

#F3D7EC (or 0xF3D7EC) is unknown color: approx Snuff. HEX triplet: F3, D7 and EC. RGB value is (243,215,236). Sum of RGB (Red+Green+Blue) = 243+215+236=694 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.01% from 694); Green value is 215 (84.38% from 255 or 30.98% from 694); Blue value is 236 (92.58% from 255 or 34.01% from 694); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D7EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3D7EC is #0C2813. Grayscale: #E1E1E1. Windows color (decimal): -796692 or 15521779. OLE color: 15521779.

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

Color convert

RGB243215236-
CMYK00.120.030.05
HSL315º53.85%89.8%-
HSV(B)315º11.52%95.29%-
XYZ76.473.7189.56-
YUV225.77133.78140.29-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.01%
GREEN value IS 215 (84.38% from 255) = 30.98%
BLUE value IS 236 (92.58% from 255) = 34.01%
R=35.01%
G=30.98%
B=34.01%

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
Decimal24321523600.120.030.0531553.8589.8
HexF3D7EC0C3513b365a
Octal3633273540143547366132
Binary11110011110101111110110001100111011001110111101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D7EC; }

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

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

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

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

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

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

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

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