Shades of Snuff #F4DAF0
Tints of Snuff #F4DAF0
RGB
CMYK
RGB Variations
Color information
#F4DAF0 (or 0xF4DAF0) is known color: Snuff. HEX triplet: F4, DA and F0. RGB value is (244,218,240). Sum of RGB (Red+Green+Blue) = 244+218+240=702 (92% of max value = 765). Red value is 244 (95.70% from 255 or 34.76% from 702); Green value is 218 (85.55% from 255 or 31.05% from 702); Blue value is 240 (94.14% from 255 or 34.19% from 702); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DAF0 is #0B250F. Grayscale: #E4E4E4. Windows color (decimal): -730384 or 15784692. OLE color: 15784692.
HSL color Cylindrical-coordinate representation of color #F4DAF0: hue angle of 309.23º degrees, saturation: 0.54, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F4DAF0 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 218 | 240 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.04 |
| HSL | 309.23º | 0.54% | 0.91% | - |
| HSV(B) | 309.23º | 0.11% | 0.96% | - |
| XYZ | 78.11 | 75.67 | 92.93 | - |
| YUV | 228.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 218 | 240 | 0 | 0.11 | 0.02 | 0.04 | 309.23 | 0.54 | 0.91 |
| Hex | F4 | DA | F0 | 0 | B | 2 | 4 | 135 | 36 | 5B |
| Octal | 364 | 332 | 360 | 0 | 13 | 2 | 4 | 465 | 66 | 133 |
| Binary | 11110100 | 11011010 | 11110000 | 0 | 1011 | 10 | 100 | 100110101 | 110110 | 1011011 |
Color Harmonies of #F4DAF0
Complementary color
Monochromatic Colors of #F4DAF0
Black with #F4DAF0
Text Example
Text Example
White with #F4DAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DAF0; }
p { color: rgb(244,218,240); }
H1.HeaderClassName
{
color: #F4DAF0;
}
.AnyTagClassName
{
color: #F4DAF0;
}
</style>
background-color css
<style>
a { background-color: #F4DAF0; }
a { background-color: rgb(244,218,240); }
div.DivClassName
{
background-color: #F4DAF0;
}
.BgClassName
{
background-color: #F4DAF0;
}
</style>
border-color css
<style>
span { border-color: #F4DAF0; }
span { border-color: rgb(244,218,240); }
td.TdClassName
{
border-color: #F4DAF0;
}
.TagClassName
{
border-color: #F4DAF0;
}
</style>