Shades of Cumulus #FBFABB
Tints of Cumulus #FBFABB
RGB
CMYK
RGB Variations
Color information
#FBFABB (or 0xFBFABB) is known color: Cumulus. HEX triplet: FB, FA and BB. RGB value is (251,250,187). Sum of RGB (Red+Green+Blue) = 251+250+187=688 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.48% from 688); Green value is 250 (98.05% from 255 or 36.34% from 688); Blue value is 187 (73.44% from 255 or 27.18% from 688); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFABB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFABB is #040544. Grayscale: #F3F3F3. Windows color (decimal): -263493 or 12319483. OLE color: 12319483.
HSL color Cylindrical-coordinate representation of color #FBFABB: hue angle of 59.06º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBFABB is Cyan = 0, Magento = 0.00, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 250 | 187 | - |
| CMYK | 0 | 0.00 | 0.25 | 0.02 |
| HSL | 59.06º | 0.89% | 0.86% | - |
| HSV(B) | 59.06º | 0.25% | 0.98% | - |
| XYZ | 82.94 | 92.47 | 60.49 | - |
| YUV | 243.12 | 96.33 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 250 | 187 | 0 | 0.00 | 0.25 | 0.02 | 59.06 | 0.89 | 0.86 |
| Hex | FB | FA | BB | 0 | 0 | 19 | 2 | 3B | 59 | 56 |
| Octal | 373 | 372 | 273 | 0 | 0 | 31 | 2 | 73 | 131 | 126 |
| Binary | 11111011 | 11111010 | 10111011 | 0 | 0 | 11001 | 10 | 111011 | 1011001 | 1010110 |
Color Harmonies of #FBFABB
Complementary color
Monochromatic Colors of #FBFABB
Black with #FBFABB
Text Example
Text Example
White with #FBFABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFABB; }
p { color: rgb(251,250,187); }
H1.HeaderClassName
{
color: #FBFABB;
}
.AnyTagClassName
{
color: #FBFABB;
}
</style>
background-color css
<style>
a { background-color: #FBFABB; }
a { background-color: rgb(251,250,187); }
div.DivClassName
{
background-color: #FBFABB;
}
.BgClassName
{
background-color: #FBFABB;
}
</style>
border-color css
<style>
span { border-color: #FBFABB; }
span { border-color: rgb(251,250,187); }
td.TdClassName
{
border-color: #FBFABB;
}
.TagClassName
{
border-color: #FBFABB;
}
</style>