#F3D6ED

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

Shades of Snuff #F3D6ED

Tints of Snuff #F3D6ED

Color information

#F3D6ED (or 0xF3D6ED) is unknown color: approx Snuff. HEX triplet: F3, D6 and ED. RGB value is (243,214,237). Sum of RGB (Red+Green+Blue) = 243+214+237=694 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.01% from 694); Green value is 214 (83.98% from 255 or 30.84% from 694); Blue value is 237 (92.97% from 255 or 34.15% from 694); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D6ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3D6ED is #0C2912. Grayscale: #E1E1E1. Windows color (decimal): -796947 or 15587059. OLE color: 15587059.

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

Color convert

RGB243214237-
CMYK00.120.020.05
HSL312.41º54.72%89.61%-
HSV(B)312.41º11.93%95.29%-
XYZ76.2973.2690.24-
YUV225.29134.61140.63-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.01%
GREEN value IS 214 (83.98% from 255) = 30.84%
BLUE value IS 237 (92.97% from 255) = 34.15%
R=35.01%
G=30.84%
B=34.15%

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
Decimal24321423700.120.020.05312.4154.7289.61
HexF3D6ED0C25138375a
Octal3633263550142547067132
Binary11110011110101101110110101100101011001110001101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D6ED; }

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

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

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

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

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

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

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

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