Shades of Cumulus #FAFBB8
Tints of Cumulus #FAFBB8
RGB
CMYK
RGB Variations
Color information
#FAFBB8 (or 0xFAFBB8) is known color: Cumulus. HEX triplet: FA, FB and B8. RGB value is (250,251,184). Sum of RGB (Red+Green+Blue) = 250+251+184=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 251 (98.44% from 255 or 36.64% from 685); Blue value is 184 (72.27% from 255 or 26.86% from 685); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFBB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFBB8 is #050447. Grayscale: #F3F3F3. Windows color (decimal): -328776 or 12123130. OLE color: 12123130.
HSL color Cylindrical-coordinate representation of color #FAFBB8: hue angle of 60.9º 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 #FAFBB8 is Cyan = 0.00, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 251 | 184 | - |
| CMYK | 0.00 | 0 | 0.27 | 0.02 |
| HSL | 60.9º | 0.89% | 0.85% | - |
| HSV(B) | 60.9º | 0.27% | 0.98% | - |
| XYZ | 82.57 | 92.78 | 58.9 | - |
| YUV | 243.06 | 94.67 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 251 | 184 | 0.00 | 0 | 0.27 | 0.02 | 60.9 | 0.89 | 0.85 |
| Hex | FA | FB | B8 | 0 | 0 | 1B | 2 | 3D | 59 | 55 |
| Octal | 372 | 373 | 270 | 0 | 0 | 33 | 2 | 75 | 131 | 125 |
| Binary | 11111010 | 11111011 | 10111000 | 0 | 0 | 11011 | 10 | 111101 | 1011001 | 1010101 |
Color Harmonies of #FAFBB8
Complementary color
Monochromatic Colors of #FAFBB8
Black with #FAFBB8
Text Example
Text Example
White with #FAFBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFBB8; }
p { color: rgb(250,251,184); }
H1.HeaderClassName
{
color: #FAFBB8;
}
.AnyTagClassName
{
color: #FAFBB8;
}
</style>
background-color css
<style>
a { background-color: #FAFBB8; }
a { background-color: rgb(250,251,184); }
div.DivClassName
{
background-color: #FAFBB8;
}
.BgClassName
{
background-color: #FAFBB8;
}
</style>
border-color css
<style>
span { border-color: #FAFBB8; }
span { border-color: rgb(250,251,184); }
td.TdClassName
{
border-color: #FAFBB8;
}
.TagClassName
{
border-color: #FAFBB8;
}
</style>