Shades of Snuff #F5D5ED
Tints of Snuff #F5D5ED
RGB
CMYK
RGB Variations
Color information
#F5D5ED (or 0xF5D5ED) is known color: Snuff. HEX triplet: F5, D5 and ED. RGB value is (245,213,237). Sum of RGB (Red+Green+Blue) = 245+213+237=695 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.25% from 695); Green value is 213 (83.59% from 255 or 30.65% from 695); Blue value is 237 (92.97% from 255 or 34.10% from 695); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D5ED is #0A2A12. Grayscale: #E1E1E1. Windows color (decimal): -666131 or 15586805. OLE color: 15586805.
HSL color Cylindrical-coordinate representation of color #F5D5ED: hue angle of 315º degrees, saturation: 0.62, 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 #F5D5ED is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 213 | 237 | - |
CMYK | 0 | 0.13 | 0.03 | 0.04 |
HSL | 315º | 0.62% | 0.9% | - |
HSV(B) | 315º | 0.13% | 0.96% | - |
XYZ | 76.74 | 73.12 | 90.19 | - |
YUV | 225.3 | 134.6 | 142.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 213 | 237 | 0 | 0.13 | 0.03 | 0.04 | 315 | 0.62 | 0.9 |
Hex | F5 | D5 | ED | 0 | D | 3 | 4 | 13B | 3E | 5A |
Octal | 365 | 325 | 355 | 0 | 15 | 3 | 4 | 473 | 76 | 132 |
Binary | 11110101 | 11010101 | 11101101 | 0 | 1101 | 11 | 100 | 100111011 | 111110 | 1011010 |
Color Harmonies of #F5D5ED
Complementary color
Monochromatic Colors of #F5D5ED
Black with #F5D5ED
Text Example
Text Example
White with #F5D5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D5ED; }
p { color: rgb(245,213,237); }
H1.HeaderClassName
{
color: #F5D5ED;
}
.AnyTagClassName
{
color: #F5D5ED;
}
</style>
background-color css
<style>
a { background-color: #F5D5ED; }
a { background-color: rgb(245,213,237); }
div.DivClassName
{
background-color: #F5D5ED;
}
.BgClassName
{
background-color: #F5D5ED;
}
</style>
border-color css
<style>
span { border-color: #F5D5ED; }
span { border-color: rgb(245,213,237); }
td.TdClassName
{
border-color: #F5D5ED;
}
.TagClassName
{
border-color: #F5D5ED;
}
</style>