Shades of Snuff #FFC8FB
Tints of Snuff #FFC8FB
RGB
CMYK
RGB Variations
Color information
#FFC8FB (or 0xFFC8FB) is known color: Snuff. HEX triplet: FF, C8 and FB. RGB value is (255,200,251). Sum of RGB (Red+Green+Blue) = 255+200+251=706 (93% of max value = 765). Red value is 255 (100% from 255 or 36.12% from 706); Green value is 200 (78.52% from 255 or 28.33% from 706); Blue value is 251 (98.44% from 255 or 35.55% from 706); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC8FB is #003704. Grayscale: #DEDEDE. Windows color (decimal): -14085 or 16500991. OLE color: 16500991.
HSL color Cylindrical-coordinate representation of color #FFC8FB: hue angle of 304.36º 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 #FFC8FB is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 251 | - |
| CMYK | 0 | 0.22 | 0.02 | 0 |
| HSL | 304.36º | 1% | 0.89% | - |
| HSV(B) | 304.36º | 0.22% | 1% | - |
| XYZ | 79.31 | 69.53 | 100.51 | - |
| YUV | 222.26 | 144.22 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 251 | 0 | 0.22 | 0.02 | 0 | 304.36 | 1 | 0.89 |
| Hex | FF | C8 | FB | 0 | 16 | 2 | 0 | 130 | 64 | 59 |
| Octal | 377 | 310 | 373 | 0 | 26 | 2 | 0 | 460 | 144 | 131 |
| Binary | 11111111 | 11001000 | 11111011 | 0 | 10110 | 10 | 0 | 100110000 | 1100100 | 1011001 |
Color Harmonies of #FFC8FB
Complementary color
Monochromatic Colors of #FFC8FB
Black with #FFC8FB
Text Example
Text Example
White with #FFC8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC8FB; }
p { color: rgb(255,200,251); }
H1.HeaderClassName
{
color: #FFC8FB;
}
.AnyTagClassName
{
color: #FFC8FB;
}
</style>
background-color css
<style>
a { background-color: #FFC8FB; }
a { background-color: rgb(255,200,251); }
div.DivClassName
{
background-color: #FFC8FB;
}
.BgClassName
{
background-color: #FFC8FB;
}
</style>
border-color css
<style>
span { border-color: #FFC8FB; }
span { border-color: rgb(255,200,251); }
td.TdClassName
{
border-color: #FFC8FB;
}
.TagClassName
{
border-color: #FFC8FB;
}
</style>