#F3D7ED

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

Shades of Snuff #F3D7ED

Tints of Snuff #F3D7ED

Color information

#F3D7ED (or 0xF3D7ED) is unknown color: approx Snuff. HEX triplet: F3, D7 and ED. RGB value is (243,215,237). Sum of RGB (Red+Green+Blue) = 243+215+237=695 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.96% from 695); Green value is 215 (84.38% from 255 or 30.94% from 695); Blue value is 237 (92.97% from 255 or 34.10% from 695); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D7ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3D7ED is #0C2812. Grayscale: #E1E1E1. Windows color (decimal): -796691 or 15587315. OLE color: 15587315.

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

Color convert

RGB243215237-
CMYK00.120.020.05
HSL312.86º53.85%89.8%-
HSV(B)312.86º11.52%95.29%-
XYZ76.5573.7790.33-
YUV225.88134.28140.21-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.96%
GREEN value IS 215 (84.38% from 255) = 30.94%
BLUE value IS 237 (92.97% from 255) = 34.10%
R=34.96%
G=30.94%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321523700.120.020.05312.8653.8589.8
HexF3D7ED0C25139365a
Octal3633273550142547166132
Binary11110011110101111110110101100101011001110011101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D7ED; }

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

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

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

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

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

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

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

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