Shades of Snuff #FBBEF8
Tints of Snuff #FBBEF8
RGB
CMYK
RGB Variations
Color information
#FBBEF8 (or 0xFBBEF8) is known color: Snuff. HEX triplet: FB, BE and F8. RGB value is (251,190,248). Sum of RGB (Red+Green+Blue) = 251+190+248=689 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.43% from 689); Green value is 190 (74.61% from 255 or 27.58% from 689); Blue value is 248 (97.27% from 255 or 35.99% from 689); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBEF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBEF8 is #044107. Grayscale: #D6D6D6. Windows color (decimal): -278792 or 16301819. OLE color: 16301819.
HSL color Cylindrical-coordinate representation of color #FBBEF8: hue angle of 302.95º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBBEF8 is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 190 | 248 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.02 |
| HSL | 302.95º | 0.88% | 0.86% | - |
| HSV(B) | 302.95º | 0.24% | 0.98% | - |
| XYZ | 75.14 | 64.11 | 97.22 | - |
| YUV | 214.85 | 146.71 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 190 | 248 | 0 | 0.24 | 0.01 | 0.02 | 302.95 | 0.88 | 0.86 |
| Hex | FB | BE | F8 | 0 | 18 | 1 | 2 | 12F | 58 | 56 |
| Octal | 373 | 276 | 370 | 0 | 30 | 1 | 2 | 457 | 130 | 126 |
| Binary | 11111011 | 10111110 | 11111000 | 0 | 11000 | 1 | 10 | 100101111 | 1011000 | 1010110 |
Color Harmonies of #FBBEF8
Complementary color
Monochromatic Colors of #FBBEF8
Black with #FBBEF8
Text Example
Text Example
White with #FBBEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBEF8; }
p { color: rgb(251,190,248); }
H1.HeaderClassName
{
color: #FBBEF8;
}
.AnyTagClassName
{
color: #FBBEF8;
}
</style>
background-color css
<style>
a { background-color: #FBBEF8; }
a { background-color: rgb(251,190,248); }
div.DivClassName
{
background-color: #FBBEF8;
}
.BgClassName
{
background-color: #FBBEF8;
}
</style>
border-color css
<style>
span { border-color: #FBBEF8; }
span { border-color: rgb(251,190,248); }
td.TdClassName
{
border-color: #FBBEF8;
}
.TagClassName
{
border-color: #FBBEF8;
}
</style>