Shades of Cumulus #FBFAB8
Tints of Cumulus #FBFAB8
RGB
CMYK
RGB Variations
Color information
#FBFAB8 (or 0xFBFAB8) is known color: Cumulus. HEX triplet: FB, FA and B8. RGB value is (251,250,184). Sum of RGB (Red+Green+Blue) = 251+250+184=685 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.64% from 685); Green value is 250 (98.05% from 255 or 36.50% from 685); Blue value is 184 (72.27% from 255 or 26.86% from 685); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFAB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFAB8 is #040547. Grayscale: #F3F3F3. Windows color (decimal): -263496 or 12122875. OLE color: 12122875.
HSL color Cylindrical-coordinate representation of color #FBFAB8: hue angle of 59.1º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FBFAB8 is Cyan = 0, Magento = 0.00, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 250 | 184 | - |
| CMYK | 0 | 0.00 | 0.27 | 0.02 |
| HSL | 59.1º | 0.89% | 0.85% | - |
| HSV(B) | 59.1º | 0.27% | 0.98% | - |
| XYZ | 82.62 | 92.34 | 58.82 | - |
| YUV | 242.78 | 94.83 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 250 | 184 | 0 | 0.00 | 0.27 | 0.02 | 59.1 | 0.89 | 0.85 |
| Hex | FB | FA | B8 | 0 | 0 | 1B | 2 | 3B | 59 | 55 |
| Octal | 373 | 372 | 270 | 0 | 0 | 33 | 2 | 73 | 131 | 125 |
| Binary | 11111011 | 11111010 | 10111000 | 0 | 0 | 11011 | 10 | 111011 | 1011001 | 1010101 |
Color Harmonies of #FBFAB8
Complementary color
Monochromatic Colors of #FBFAB8
Black with #FBFAB8
Text Example
Text Example
White with #FBFAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFAB8; }
p { color: rgb(251,250,184); }
H1.HeaderClassName
{
color: #FBFAB8;
}
.AnyTagClassName
{
color: #FBFAB8;
}
</style>
background-color css
<style>
a { background-color: #FBFAB8; }
a { background-color: rgb(251,250,184); }
div.DivClassName
{
background-color: #FBFAB8;
}
.BgClassName
{
background-color: #FBFAB8;
}
</style>
border-color css
<style>
span { border-color: #FBFAB8; }
span { border-color: rgb(251,250,184); }
td.TdClassName
{
border-color: #FBFAB8;
}
.TagClassName
{
border-color: #FBFAB8;
}
</style>