Shades of Snuff #F8CDFF
Tints of Snuff #F8CDFF
RGB
CMYK
RGB Variations
Color information
#F8CDFF (or 0xF8CDFF) is known color: Snuff. HEX triplet: F8, CD and FF. RGB value is (248,205,255). Sum of RGB (Red+Green+Blue) = 248+205+255=708 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.03% from 708); Green value is 205 (80.47% from 255 or 28.95% from 708); Blue value is 255 (100% from 255 or 36.02% from 708); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8CDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CDFF is #073200. Grayscale: #DFDFDF. Windows color (decimal): -471553 or 16764408. OLE color: 16764408.
HSL color Cylindrical-coordinate representation of color #F8CDFF: hue angle of 291.6º 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 #F8CDFF is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 205 | 255 | - |
| CMYK | 0.03 | 0.20 | 0 | 0 |
| HSL | 291.6º | 1% | 0.9% | - |
| HSV(B) | 291.6º | 0.2% | 1% | - |
| XYZ | 78.59 | 70.84 | 104.14 | - |
| YUV | 223.56 | 145.75 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 205 | 255 | 0.03 | 0.20 | 0 | 0 | 291.6 | 1 | 0.9 |
| Hex | F8 | CD | FF | 3 | 14 | 0 | 0 | 124 | 64 | 5A |
| Octal | 370 | 315 | 377 | 3 | 24 | 0 | 0 | 444 | 144 | 132 |
| Binary | 11111000 | 11001101 | 11111111 | 11 | 10100 | 0 | 0 | 100100100 | 1100100 | 1011010 |
Color Harmonies of #F8CDFF
Complementary color
Monochromatic Colors of #F8CDFF
Black with #F8CDFF
Text Example
Text Example
White with #F8CDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CDFF; }
p { color: rgb(248,205,255); }
H1.HeaderClassName
{
color: #F8CDFF;
}
.AnyTagClassName
{
color: #F8CDFF;
}
</style>
background-color css
<style>
a { background-color: #F8CDFF; }
a { background-color: rgb(248,205,255); }
div.DivClassName
{
background-color: #F8CDFF;
}
.BgClassName
{
background-color: #F8CDFF;
}
</style>
border-color css
<style>
span { border-color: #F8CDFF; }
span { border-color: rgb(248,205,255); }
td.TdClassName
{
border-color: #F8CDFF;
}
.TagClassName
{
border-color: #F8CDFF;
}
</style>