Shades of Snuff #FBCFF8
Tints of Snuff #FBCFF8
RGB
CMYK
RGB Variations
Color information
#FBCFF8 (or 0xFBCFF8) is known color: Snuff. HEX triplet: FB, CF and F8. RGB value is (251,207,248). Sum of RGB (Red+Green+Blue) = 251+207+248=706 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.55% from 706); Green value is 207 (81.25% from 255 or 29.32% from 706); Blue value is 248 (97.27% from 255 or 35.13% from 706); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCFF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCFF8 is #043007. Grayscale: #E0E0E0. Windows color (decimal): -274440 or 16306171. OLE color: 16306171.
HSL color Cylindrical-coordinate representation of color #FBCFF8: hue angle of 304.09º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBCFF8 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 207 | 248 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.02 |
| HSL | 304.09º | 0.85% | 0.9% | - |
| HSV(B) | 304.09º | 0.18% | 0.98% | - |
| XYZ | 79.04 | 71.91 | 98.52 | - |
| YUV | 224.83 | 141.08 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 207 | 248 | 0 | 0.18 | 0.01 | 0.02 | 304.09 | 0.85 | 0.9 |
| Hex | FB | CF | F8 | 0 | 12 | 1 | 2 | 130 | 55 | 5A |
| Octal | 373 | 317 | 370 | 0 | 22 | 1 | 2 | 460 | 125 | 132 |
| Binary | 11111011 | 11001111 | 11111000 | 0 | 10010 | 1 | 10 | 100110000 | 1010101 | 1011010 |
Color Harmonies of #FBCFF8
Complementary color
Monochromatic Colors of #FBCFF8
Black with #FBCFF8
Text Example
Text Example
White with #FBCFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCFF8; }
p { color: rgb(251,207,248); }
H1.HeaderClassName
{
color: #FBCFF8;
}
.AnyTagClassName
{
color: #FBCFF8;
}
</style>
background-color css
<style>
a { background-color: #FBCFF8; }
a { background-color: rgb(251,207,248); }
div.DivClassName
{
background-color: #FBCFF8;
}
.BgClassName
{
background-color: #FBCFF8;
}
</style>
border-color css
<style>
span { border-color: #FBCFF8; }
span { border-color: rgb(251,207,248); }
td.TdClassName
{
border-color: #FBCFF8;
}
.TagClassName
{
border-color: #FBCFF8;
}
</style>