Shades of Snuff #F4CEF8
Tints of Snuff #F4CEF8
RGB
CMYK
RGB Variations
Color information
#F4CEF8 (or 0xF4CEF8) is known color: Snuff. HEX triplet: F4, CE and F8. RGB value is (244,206,248). Sum of RGB (Red+Green+Blue) = 244+206+248=698 (92% of max value = 765). Red value is 244 (95.70% from 255 or 34.96% from 698); Green value is 206 (80.86% from 255 or 29.51% from 698); Blue value is 248 (97.27% from 255 or 35.53% from 698); Max value from RGB is 248 - color contains mainly: blue. Hex color #F4CEF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CEF8 is #0B3107. Grayscale: #DEDEDE. Windows color (decimal): -733448 or 16305908. OLE color: 16305908.
HSL color Cylindrical-coordinate representation of color #F4CEF8: hue angle of 294.29º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F4CEF8 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 244 | 206 | 248 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.03 |
| HSL | 294.29º | 0.75% | 0.89% | - |
| HSV(B) | 294.29º | 0.17% | 0.97% | - |
| XYZ | 76.32 | 70.15 | 98.33 | - |
| YUV | 222.15 | 142.59 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 206 | 248 | 0.02 | 0.17 | 0 | 0.03 | 294.29 | 0.75 | 0.89 |
| Hex | F4 | CE | F8 | 2 | 11 | 0 | 3 | 126 | 4B | 59 |
| Octal | 364 | 316 | 370 | 2 | 21 | 0 | 3 | 446 | 113 | 131 |
| Binary | 11110100 | 11001110 | 11111000 | 10 | 10001 | 0 | 11 | 100100110 | 1001011 | 1011001 |
Color Harmonies of #F4CEF8
Complementary color
Monochromatic Colors of #F4CEF8
Black with #F4CEF8
Text Example
Text Example
White with #F4CEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CEF8; }
p { color: rgb(244,206,248); }
H1.HeaderClassName
{
color: #F4CEF8;
}
.AnyTagClassName
{
color: #F4CEF8;
}
</style>
background-color css
<style>
a { background-color: #F4CEF8; }
a { background-color: rgb(244,206,248); }
div.DivClassName
{
background-color: #F4CEF8;
}
.BgClassName
{
background-color: #F4CEF8;
}
</style>
border-color css
<style>
span { border-color: #F4CEF8; }
span { border-color: rgb(244,206,248); }
td.TdClassName
{
border-color: #F4CEF8;
}
.TagClassName
{
border-color: #F4CEF8;
}
</style>