Shades of Snuff #FFC8FA
Tints of Snuff #FFC8FA
RGB
CMYK
RGB Variations
Color information
#FFC8FA (or 0xFFC8FA) is known color: Snuff. HEX triplet: FF, C8 and FA. RGB value is (255,200,250). Sum of RGB (Red+Green+Blue) = 255+200+250=705 (93% of max value = 765). Red value is 255 (100% from 255 or 36.17% from 705); Green value is 200 (78.52% from 255 or 28.37% from 705); Blue value is 250 (98.05% from 255 or 35.46% from 705); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC8FA is #003705. Grayscale: #DEDEDE. Windows color (decimal): -14086 or 16435455. OLE color: 16435455.
HSL color Cylindrical-coordinate representation of color #FFC8FA: hue angle of 305.45º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFC8FA is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 250 | - |
| CMYK | 0 | 0.22 | 0.02 | 0 |
| HSL | 305.45º | 1% | 0.89% | - |
| HSV(B) | 305.45º | 0.22% | 1% | - |
| XYZ | 79.15 | 69.47 | 99.68 | - |
| YUV | 222.15 | 143.72 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 250 | 0 | 0.22 | 0.02 | 0 | 305.45 | 1 | 0.89 |
| Hex | FF | C8 | FA | 0 | 16 | 2 | 0 | 131 | 64 | 59 |
| Octal | 377 | 310 | 372 | 0 | 26 | 2 | 0 | 461 | 144 | 131 |
| Binary | 11111111 | 11001000 | 11111010 | 0 | 10110 | 10 | 0 | 100110001 | 1100100 | 1011001 |
Color Harmonies of #FFC8FA
Complementary color
Monochromatic Colors of #FFC8FA
Black with #FFC8FA
Text Example
Text Example
White with #FFC8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC8FA; }
p { color: rgb(255,200,250); }
H1.HeaderClassName
{
color: #FFC8FA;
}
.AnyTagClassName
{
color: #FFC8FA;
}
</style>
background-color css
<style>
a { background-color: #FFC8FA; }
a { background-color: rgb(255,200,250); }
div.DivClassName
{
background-color: #FFC8FA;
}
.BgClassName
{
background-color: #FFC8FA;
}
</style>
border-color css
<style>
span { border-color: #FFC8FA; }
span { border-color: rgb(255,200,250); }
td.TdClassName
{
border-color: #FFC8FA;
}
.TagClassName
{
border-color: #FFC8FA;
}
</style>