Shades of Snuff #F8C9FD
Tints of Snuff #F8C9FD
RGB
CMYK
RGB Variations
Color information
#F8C9FD (or 0xF8C9FD) is known color: Snuff. HEX triplet: F8, C9 and FD. RGB value is (248,201,253). Sum of RGB (Red+Green+Blue) = 248+201+253=702 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.33% from 702); Green value is 201 (78.91% from 255 or 28.63% from 702); Blue value is 253 (99.22% from 255 or 36.04% from 702); Max value from RGB is 253 - color contains mainly: blue. Hex color #F8C9FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C9FD is #073602. Grayscale: #DCDCDC. Windows color (decimal): -472579 or 16632312. OLE color: 16632312.
HSL color Cylindrical-coordinate representation of color #F8C9FD: hue angle of 294.23º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F8C9FD is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 201 | 253 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.01 |
| HSL | 294.23º | 0.93% | 0.89% | - |
| HSV(B) | 294.23º | 0.21% | 0.99% | - |
| XYZ | 77.33 | 68.82 | 102.14 | - |
| YUV | 220.98 | 146.07 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 201 | 253 | 0.02 | 0.21 | 0 | 0.01 | 294.23 | 0.93 | 0.89 |
| Hex | F8 | C9 | FD | 2 | 15 | 0 | 1 | 126 | 5D | 59 |
| Octal | 370 | 311 | 375 | 2 | 25 | 0 | 1 | 446 | 135 | 131 |
| Binary | 11111000 | 11001001 | 11111101 | 10 | 10101 | 0 | 1 | 100100110 | 1011101 | 1011001 |
Color Harmonies of #F8C9FD
Complementary color
Monochromatic Colors of #F8C9FD
Black with #F8C9FD
Text Example
Text Example
White with #F8C9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C9FD; }
p { color: rgb(248,201,253); }
H1.HeaderClassName
{
color: #F8C9FD;
}
.AnyTagClassName
{
color: #F8C9FD;
}
</style>
background-color css
<style>
a { background-color: #F8C9FD; }
a { background-color: rgb(248,201,253); }
div.DivClassName
{
background-color: #F8C9FD;
}
.BgClassName
{
background-color: #F8C9FD;
}
</style>
border-color css
<style>
span { border-color: #F8C9FD; }
span { border-color: rgb(248,201,253); }
td.TdClassName
{
border-color: #F8C9FD;
}
.TagClassName
{
border-color: #F8C9FD;
}
</style>