Shades of Snuff #F4DFF0
Tints of Snuff #F4DFF0
RGB
CMYK
RGB Variations
Color information
#F4DFF0 (or 0xF4DFF0) is known color: Snuff. HEX triplet: F4, DF and F0. RGB value is (244,223,240). Sum of RGB (Red+Green+Blue) = 244+223+240=707 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.51% from 707); Green value is 223 (87.5% from 255 or 31.54% from 707); Blue value is 240 (94.14% from 255 or 33.95% from 707); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DFF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DFF0 is #0B200F. Grayscale: #E7E7E7. Windows color (decimal): -729104 or 15785972. OLE color: 15785972.
HSL color Cylindrical-coordinate representation of color #F4DFF0: hue angle of 311.43º degrees, saturation: 0.49, 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 #F4DFF0 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 223 | 240 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.04 |
| HSL | 311.43º | 0.49% | 0.92% | - |
| HSV(B) | 311.43º | 0.09% | 0.96% | - |
| XYZ | 79.42 | 78.3 | 93.37 | - |
| YUV | 231.22 | 132.96 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 223 | 240 | 0 | 0.09 | 0.02 | 0.04 | 311.43 | 0.49 | 0.92 |
| Hex | F4 | DF | F0 | 0 | 9 | 2 | 4 | 137 | 31 | 5C |
| Octal | 364 | 337 | 360 | 0 | 11 | 2 | 4 | 467 | 61 | 134 |
| Binary | 11110100 | 11011111 | 11110000 | 0 | 1001 | 10 | 100 | 100110111 | 110001 | 1011100 |
Color Harmonies of #F4DFF0
Complementary color
Monochromatic Colors of #F4DFF0
Black with #F4DFF0
Text Example
Text Example
White with #F4DFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DFF0; }
p { color: rgb(244,223,240); }
H1.HeaderClassName
{
color: #F4DFF0;
}
.AnyTagClassName
{
color: #F4DFF0;
}
</style>
background-color css
<style>
a { background-color: #F4DFF0; }
a { background-color: rgb(244,223,240); }
div.DivClassName
{
background-color: #F4DFF0;
}
.BgClassName
{
background-color: #F4DFF0;
}
</style>
border-color css
<style>
span { border-color: #F4DFF0; }
span { border-color: rgb(244,223,240); }
td.TdClassName
{
border-color: #F4DFF0;
}
.TagClassName
{
border-color: #F4DFF0;
}
</style>