Shades of Snuff #F9CEFD
Tints of Snuff #F9CEFD
RGB
CMYK
RGB Variations
Color information
#F9CEFD (or 0xF9CEFD) is known color: Snuff. HEX triplet: F9, CE and FD. RGB value is (249,206,253). Sum of RGB (Red+Green+Blue) = 249+206+253=708 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.17% from 708); Green value is 206 (80.86% from 255 or 29.10% from 708); Blue value is 253 (99.22% from 255 or 35.73% from 708); Max value from RGB is 253 - color contains mainly: blue. Hex color #F9CEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CEFD is #063102. Grayscale: #E0E0E0. Windows color (decimal): -405763 or 16633593. OLE color: 16633593.
HSL color Cylindrical-coordinate representation of color #F9CEFD: hue angle of 294.89º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F9CEFD is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 249 | 206 | 253 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.01 |
| HSL | 294.89º | 0.92% | 0.9% | - |
| HSV(B) | 294.89º | 0.19% | 0.99% | - |
| XYZ | 78.87 | 71.37 | 102.55 | - |
| YUV | 224.22 | 144.25 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 206 | 253 | 0.02 | 0.19 | 0 | 0.01 | 294.89 | 0.92 | 0.9 |
| Hex | F9 | CE | FD | 2 | 13 | 0 | 1 | 127 | 5C | 5A |
| Octal | 371 | 316 | 375 | 2 | 23 | 0 | 1 | 447 | 134 | 132 |
| Binary | 11111001 | 11001110 | 11111101 | 10 | 10011 | 0 | 1 | 100100111 | 1011100 | 1011010 |
Color Harmonies of #F9CEFD
Complementary color
Monochromatic Colors of #F9CEFD
Black with #F9CEFD
Text Example
Text Example
White with #F9CEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CEFD; }
p { color: rgb(249,206,253); }
H1.HeaderClassName
{
color: #F9CEFD;
}
.AnyTagClassName
{
color: #F9CEFD;
}
</style>
background-color css
<style>
a { background-color: #F9CEFD; }
a { background-color: rgb(249,206,253); }
div.DivClassName
{
background-color: #F9CEFD;
}
.BgClassName
{
background-color: #F9CEFD;
}
</style>
border-color css
<style>
span { border-color: #F9CEFD; }
span { border-color: rgb(249,206,253); }
td.TdClassName
{
border-color: #F9CEFD;
}
.TagClassName
{
border-color: #F9CEFD;
}
</style>