Shades of Snuff #F5DFF0
Tints of Snuff #F5DFF0
RGB
CMYK
RGB Variations
Color information
#F5DFF0 (or 0xF5DFF0) is known color: Snuff. HEX triplet: F5, DF and F0. RGB value is (245,223,240). Sum of RGB (Red+Green+Blue) = 245+223+240=708 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.60% from 708); Green value is 223 (87.5% from 255 or 31.50% from 708); Blue value is 240 (94.14% from 255 or 33.90% from 708); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DFF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DFF0 is #0A200F. Grayscale: #E7E7E7. Windows color (decimal): -663568 or 15785973. OLE color: 15785973.
HSL color Cylindrical-coordinate representation of color #F5DFF0: hue angle of 313.64º degrees, saturation: 0.52, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F5DFF0 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 223 | 240 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.04 |
| HSL | 313.64º | 0.52% | 0.92% | - |
| HSV(B) | 313.64º | 0.09% | 0.96% | - |
| XYZ | 79.77 | 78.48 | 93.38 | - |
| YUV | 231.52 | 132.79 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 223 | 240 | 0 | 0.09 | 0.02 | 0.04 | 313.64 | 0.52 | 0.92 |
| Hex | F5 | DF | F0 | 0 | 9 | 2 | 4 | 13A | 34 | 5C |
| Octal | 365 | 337 | 360 | 0 | 11 | 2 | 4 | 472 | 64 | 134 |
| Binary | 11110101 | 11011111 | 11110000 | 0 | 1001 | 10 | 100 | 100111010 | 110100 | 1011100 |
Color Harmonies of #F5DFF0
Complementary color
Monochromatic Colors of #F5DFF0
Black with #F5DFF0
Text Example
Text Example
White with #F5DFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DFF0; }
p { color: rgb(245,223,240); }
H1.HeaderClassName
{
color: #F5DFF0;
}
.AnyTagClassName
{
color: #F5DFF0;
}
</style>
background-color css
<style>
a { background-color: #F5DFF0; }
a { background-color: rgb(245,223,240); }
div.DivClassName
{
background-color: #F5DFF0;
}
.BgClassName
{
background-color: #F5DFF0;
}
</style>
border-color css
<style>
span { border-color: #F5DFF0; }
span { border-color: rgb(245,223,240); }
td.TdClassName
{
border-color: #F5DFF0;
}
.TagClassName
{
border-color: #F5DFF0;
}
</style>