Shades of Snuff #F8C8FC
Tints of Snuff #F8C8FC
RGB
CMYK
RGB Variations
Color information
#F8C8FC (or 0xF8C8FC) is known color: Snuff. HEX triplet: F8, C8 and FC. RGB value is (248,200,252). Sum of RGB (Red+Green+Blue) = 248+200+252=700 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.43% from 700); Green value is 200 (78.52% from 255 or 28.57% from 700); Blue value is 252 (98.83% from 255 or 36% from 700); Max value from RGB is 252 - color contains mainly: blue. Hex color #F8C8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C8FC is #073703. Grayscale: #DCDCDC. Windows color (decimal): -472836 or 16566520. OLE color: 16566520.
HSL color Cylindrical-coordinate representation of color #F8C8FC: hue angle of 295.38º degrees, saturation: 0.9, 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 #F8C8FC is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 200 | 252 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.01 |
| HSL | 295.38º | 0.9% | 0.89% | - |
| HSV(B) | 295.38º | 0.21% | 0.99% | - |
| XYZ | 76.94 | 68.29 | 101.22 | - |
| YUV | 220.28 | 145.9 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 200 | 252 | 0.02 | 0.21 | 0 | 0.01 | 295.38 | 0.9 | 0.89 |
| Hex | F8 | C8 | FC | 2 | 15 | 0 | 1 | 127 | 5A | 59 |
| Octal | 370 | 310 | 374 | 2 | 25 | 0 | 1 | 447 | 132 | 131 |
| Binary | 11111000 | 11001000 | 11111100 | 10 | 10101 | 0 | 1 | 100100111 | 1011010 | 1011001 |
Color Harmonies of #F8C8FC
Complementary color
Monochromatic Colors of #F8C8FC
Black with #F8C8FC
Text Example
Text Example
White with #F8C8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C8FC; }
p { color: rgb(248,200,252); }
H1.HeaderClassName
{
color: #F8C8FC;
}
.AnyTagClassName
{
color: #F8C8FC;
}
</style>
background-color css
<style>
a { background-color: #F8C8FC; }
a { background-color: rgb(248,200,252); }
div.DivClassName
{
background-color: #F8C8FC;
}
.BgClassName
{
background-color: #F8C8FC;
}
</style>
border-color css
<style>
span { border-color: #F8C8FC; }
span { border-color: rgb(248,200,252); }
td.TdClassName
{
border-color: #F8C8FC;
}
.TagClassName
{
border-color: #F8C8FC;
}
</style>