Shades of Snuff #F8CCF8
Tints of Snuff #F8CCF8
RGB
CMYK
RGB Variations
Color information
#F8CCF8 (or 0xF8CCF8) is known color: Snuff. HEX triplet: F8, CC and F8. RGB value is (248,204,248). Sum of RGB (Red+Green+Blue) = 248+204+248=700 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.43% from 700); Green value is 204 (80.08% from 255 or 29.14% from 700); Blue value is 248 (97.27% from 255 or 35.43% from 700); Max value from RGB is 248 - color contains mainly: red, blue. Hex color #F8CCF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CCF8 is #073307. Grayscale: #DEDEDE. Windows color (decimal): -471816 or 16305400. OLE color: 16305400.
HSL color Cylindrical-coordinate representation of color #F8CCF8: hue angle of 300º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F8CCF8 is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 204 | 248 | - |
| CMYK | 0 | 0.18 | 0 | 0.03 |
| HSL | 300º | 0.76% | 0.89% | - |
| HSV(B) | 300º | 0.18% | 0.97% | - |
| XYZ | 77.25 | 69.92 | 98.23 | - |
| YUV | 222.17 | 142.58 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 204 | 248 | 0 | 0.18 | 0 | 0.03 | 300 | 0.76 | 0.89 |
| Hex | F8 | CC | F8 | 0 | 12 | 0 | 3 | 12C | 4C | 59 |
| Octal | 370 | 314 | 370 | 0 | 22 | 0 | 3 | 454 | 114 | 131 |
| Binary | 11111000 | 11001100 | 11111000 | 0 | 10010 | 0 | 11 | 100101100 | 1001100 | 1011001 |
Color Harmonies of #F8CCF8
Complementary color
Monochromatic Colors of #F8CCF8
Black with #F8CCF8
Text Example
Text Example
White with #F8CCF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CCF8; }
p { color: rgb(248,204,248); }
H1.HeaderClassName
{
color: #F8CCF8;
}
.AnyTagClassName
{
color: #F8CCF8;
}
</style>
background-color css
<style>
a { background-color: #F8CCF8; }
a { background-color: rgb(248,204,248); }
div.DivClassName
{
background-color: #F8CCF8;
}
.BgClassName
{
background-color: #F8CCF8;
}
</style>
border-color css
<style>
span { border-color: #F8CCF8; }
span { border-color: rgb(248,204,248); }
td.TdClassName
{
border-color: #F8CCF8;
}
.TagClassName
{
border-color: #F8CCF8;
}
</style>