Shades of Snuff #FBD0F8
Tints of Snuff #FBD0F8
RGB
CMYK
RGB Variations
Color information
#FBD0F8 (or 0xFBD0F8) is known color: Snuff. HEX triplet: FB, D0 and F8. RGB value is (251,208,248). Sum of RGB (Red+Green+Blue) = 251+208+248=707 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.50% from 707); Green value is 208 (81.64% from 255 or 29.42% from 707); Blue value is 248 (97.27% from 255 or 35.08% from 707); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD0F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD0F8 is #042F07. Grayscale: #E1E1E1. Windows color (decimal): -274184 or 16306427. OLE color: 16306427.
HSL color Cylindrical-coordinate representation of color #FBD0F8: hue angle of 304.19º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FBD0F8 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 208 | 248 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.02 |
| HSL | 304.19º | 0.84% | 0.9% | - |
| HSV(B) | 304.19º | 0.17% | 0.98% | - |
| XYZ | 79.28 | 72.4 | 98.6 | - |
| YUV | 225.42 | 140.75 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 208 | 248 | 0 | 0.17 | 0.01 | 0.02 | 304.19 | 0.84 | 0.9 |
| Hex | FB | D0 | F8 | 0 | 11 | 1 | 2 | 130 | 54 | 5A |
| Octal | 373 | 320 | 370 | 0 | 21 | 1 | 2 | 460 | 124 | 132 |
| Binary | 11111011 | 11010000 | 11111000 | 0 | 10001 | 1 | 10 | 100110000 | 1010100 | 1011010 |
Color Harmonies of #FBD0F8
Complementary color
Monochromatic Colors of #FBD0F8
Black with #FBD0F8
Text Example
Text Example
White with #FBD0F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD0F8; }
p { color: rgb(251,208,248); }
H1.HeaderClassName
{
color: #FBD0F8;
}
.AnyTagClassName
{
color: #FBD0F8;
}
</style>
background-color css
<style>
a { background-color: #FBD0F8; }
a { background-color: rgb(251,208,248); }
div.DivClassName
{
background-color: #FBD0F8;
}
.BgClassName
{
background-color: #FBD0F8;
}
</style>
border-color css
<style>
span { border-color: #FBD0F8; }
span { border-color: rgb(251,208,248); }
td.TdClassName
{
border-color: #FBD0F8;
}
.TagClassName
{
border-color: #FBD0F8;
}
</style>