Shades of Cumulus #FBFABC
Tints of Cumulus #FBFABC
RGB
CMYK
RGB Variations
Color information
#FBFABC (or 0xFBFABC) is known color: Cumulus. HEX triplet: FB, FA and BC. RGB value is (251,250,188). Sum of RGB (Red+Green+Blue) = 251+250+188=689 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.43% from 689); Green value is 250 (98.05% from 255 or 36.28% from 689); Blue value is 188 (73.83% from 255 or 27.29% from 689); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFABC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFABC is #040543. Grayscale: #F3F3F3. Windows color (decimal): -263492 or 12385019. OLE color: 12385019.
HSL color Cylindrical-coordinate representation of color #FBFABC: hue angle of 59.05º 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 #FBFABC is Cyan = 0, Magento = 0.00, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 250 | 188 | - |
| CMYK | 0 | 0.00 | 0.25 | 0.02 |
| HSL | 59.05º | 0.89% | 0.86% | - |
| HSV(B) | 59.05º | 0.25% | 0.98% | - |
| XYZ | 83.05 | 92.51 | 61.06 | - |
| YUV | 243.23 | 96.83 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 250 | 188 | 0 | 0.00 | 0.25 | 0.02 | 59.05 | 0.89 | 0.86 |
| Hex | FB | FA | BC | 0 | 0 | 19 | 2 | 3B | 59 | 56 |
| Octal | 373 | 372 | 274 | 0 | 0 | 31 | 2 | 73 | 131 | 126 |
| Binary | 11111011 | 11111010 | 10111100 | 0 | 0 | 11001 | 10 | 111011 | 1011001 | 1010110 |
Color Harmonies of #FBFABC
Complementary color
Monochromatic Colors of #FBFABC
Black with #FBFABC
Text Example
Text Example
White with #FBFABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFABC; }
p { color: rgb(251,250,188); }
H1.HeaderClassName
{
color: #FBFABC;
}
.AnyTagClassName
{
color: #FBFABC;
}
</style>
background-color css
<style>
a { background-color: #FBFABC; }
a { background-color: rgb(251,250,188); }
div.DivClassName
{
background-color: #FBFABC;
}
.BgClassName
{
background-color: #FBFABC;
}
</style>
border-color css
<style>
span { border-color: #FBFABC; }
span { border-color: rgb(251,250,188); }
td.TdClassName
{
border-color: #FBFABC;
}
.TagClassName
{
border-color: #FBFABC;
}
</style>