Shades of Snuff #F8CCFF
Tints of Snuff #F8CCFF
RGB
CMYK
RGB Variations
Color information
#F8CCFF (or 0xF8CCFF) is known color: Snuff. HEX triplet: F8, CC and FF. RGB value is (248,204,255). Sum of RGB (Red+Green+Blue) = 248+204+255=707 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.08% from 707); Green value is 204 (80.08% from 255 or 28.85% from 707); Blue value is 255 (100% from 255 or 36.07% from 707); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8CCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CCFF is #073300. Grayscale: #DEDEDE. Windows color (decimal): -471809 or 16764152. OLE color: 16764152.
HSL color Cylindrical-coordinate representation of color #F8CCFF: hue angle of 291.76º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F8CCFF is Cyan = 0.03, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 204 | 255 | - |
| CMYK | 0.03 | 0.2 | 0 | 0 |
| HSL | 291.76º | 1% | 0.9% | - |
| HSV(B) | 291.76º | 0.2% | 1% | - |
| XYZ | 78.35 | 70.36 | 104.06 | - |
| YUV | 222.97 | 146.08 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 204 | 255 | 0.03 | 0.2 | 0 | 0 | 291.76 | 1 | 0.9 |
| Hex | F8 | CC | FF | 3 | 14 | 0 | 0 | 124 | 64 | 5A |
| Octal | 370 | 314 | 377 | 3 | 24 | 0 | 0 | 444 | 144 | 132 |
| Binary | 11111000 | 11001100 | 11111111 | 11 | 10100 | 0 | 0 | 100100100 | 1100100 | 1011010 |
Color Harmonies of #F8CCFF
Complementary color
Monochromatic Colors of #F8CCFF
Black with #F8CCFF
Text Example
Text Example
White with #F8CCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CCFF; }
p { color: rgb(248,204,255); }
H1.HeaderClassName
{
color: #F8CCFF;
}
.AnyTagClassName
{
color: #F8CCFF;
}
</style>
background-color css
<style>
a { background-color: #F8CCFF; }
a { background-color: rgb(248,204,255); }
div.DivClassName
{
background-color: #F8CCFF;
}
.BgClassName
{
background-color: #F8CCFF;
}
</style>
border-color css
<style>
span { border-color: #F8CCFF; }
span { border-color: rgb(248,204,255); }
td.TdClassName
{
border-color: #F8CCFF;
}
.TagClassName
{
border-color: #F8CCFF;
}
</style>