Shades of Snuff #F8C8FD
Tints of Snuff #F8C8FD
RGB
CMYK
RGB Variations
Color information
#F8C8FD (or 0xF8C8FD) is known color: Snuff. HEX triplet: F8, C8 and FD. RGB value is (248,200,253). Sum of RGB (Red+Green+Blue) = 248+200+253=701 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.38% from 701); Green value is 200 (78.52% from 255 or 28.53% from 701); Blue value is 253 (99.22% from 255 or 36.09% from 701); Max value from RGB is 253 - color contains mainly: blue. Hex color #F8C8FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C8FD is #073702. Grayscale: #DCDCDC. Windows color (decimal): -472835 or 16632056. OLE color: 16632056.
HSL color Cylindrical-coordinate representation of color #F8C8FD: hue angle of 294.34º 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 #F8C8FD is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 200 | 253 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.01 |
| HSL | 294.34º | 0.93% | 0.89% | - |
| HSV(B) | 294.34º | 0.21% | 0.99% | - |
| XYZ | 77.1 | 68.36 | 102.06 | - |
| YUV | 220.39 | 146.4 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 200 | 253 | 0.02 | 0.21 | 0 | 0.01 | 294.34 | 0.93 | 0.89 |
| Hex | F8 | C8 | FD | 2 | 15 | 0 | 1 | 126 | 5D | 59 |
| Octal | 370 | 310 | 375 | 2 | 25 | 0 | 1 | 446 | 135 | 131 |
| Binary | 11111000 | 11001000 | 11111101 | 10 | 10101 | 0 | 1 | 100100110 | 1011101 | 1011001 |
Color Harmonies of #F8C8FD
Complementary color
Monochromatic Colors of #F8C8FD
Black with #F8C8FD
Text Example
Text Example
White with #F8C8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C8FD; }
p { color: rgb(248,200,253); }
H1.HeaderClassName
{
color: #F8C8FD;
}
.AnyTagClassName
{
color: #F8C8FD;
}
</style>
background-color css
<style>
a { background-color: #F8C8FD; }
a { background-color: rgb(248,200,253); }
div.DivClassName
{
background-color: #F8C8FD;
}
.BgClassName
{
background-color: #F8C8FD;
}
</style>
border-color css
<style>
span { border-color: #F8C8FD; }
span { border-color: rgb(248,200,253); }
td.TdClassName
{
border-color: #F8C8FD;
}
.TagClassName
{
border-color: #F8C8FD;
}
</style>