#F5D6ED

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

Shades of Snuff #F5D6ED

Tints of Snuff #F5D6ED

Color information

#F5D6ED (or 0xF5D6ED) is unknown color: approx Snuff. HEX triplet: F5, D6 and ED. RGB value is (245,214,237). Sum of RGB (Red+Green+Blue) = 245+214+237=696 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.20% from 696); Green value is 214 (83.98% from 255 or 30.75% from 696); Blue value is 237 (92.97% from 255 or 34.05% from 696); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D6ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D6ED is #0A2912. Grayscale: #E1E1E1. Windows color (decimal): -665875 or 15587061. OLE color: 15587061.

HSL color Cylindrical-coordinate representation of color #F5D6ED: hue angle of 315.48º degrees, saturation: 0.61, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F5D6ED is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB245214237-
CMYK00.130.030.04
HSL315.48º60.78%90%-
HSV(B)315.48º12.65%96.08%-
XYZ76.9973.6290.27-
YUV225.89134.27141.63-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.20%
GREEN value IS 214 (83.98% from 255) = 30.75%
BLUE value IS 237 (92.97% from 255) = 34.05%
R=35.20%
G=30.75%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521423700.130.030.04315.4860.7890
HexF5D6ED0D3413b3d5a
Octal3653263550153447375132
Binary11110101110101101110110101101111001001110111111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D6ED; }

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

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

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

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

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

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

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

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