Shades of Cumulus #FAFBB7
Tints of Cumulus #FAFBB7
RGB
CMYK
RGB Variations
Color information
#FAFBB7 (or 0xFAFBB7) is known color: Cumulus. HEX triplet: FA, FB and B7. RGB value is (250,251,183). Sum of RGB (Red+Green+Blue) = 250+251+183=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 251 (98.44% from 255 or 36.70% from 684); Blue value is 183 (71.88% from 255 or 26.75% from 684); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFBB7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFBB7 is #050448. Grayscale: #F3F3F3. Windows color (decimal): -328777 or 12057594. OLE color: 12057594.
HSL color Cylindrical-coordinate representation of color #FAFBB7: hue angle of 60.88º 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 #FAFBB7 is Cyan = 0.00, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 251 | 183 | - |
| CMYK | 0.00 | 0 | 0.27 | 0.02 |
| HSL | 60.88º | 0.89% | 0.85% | - |
| HSV(B) | 60.88º | 0.27% | 0.98% | - |
| XYZ | 82.47 | 92.74 | 58.35 | - |
| YUV | 242.95 | 94.17 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 251 | 183 | 0.00 | 0 | 0.27 | 0.02 | 60.88 | 0.89 | 0.85 |
| Hex | FA | FB | B7 | 0 | 0 | 1B | 2 | 3D | 59 | 55 |
| Octal | 372 | 373 | 267 | 0 | 0 | 33 | 2 | 75 | 131 | 125 |
| Binary | 11111010 | 11111011 | 10110111 | 0 | 0 | 11011 | 10 | 111101 | 1011001 | 1010101 |
Color Harmonies of #FAFBB7
Complementary color
Monochromatic Colors of #FAFBB7
Black with #FAFBB7
Text Example
Text Example
White with #FAFBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFBB7; }
p { color: rgb(250,251,183); }
H1.HeaderClassName
{
color: #FAFBB7;
}
.AnyTagClassName
{
color: #FAFBB7;
}
</style>
background-color css
<style>
a { background-color: #FAFBB7; }
a { background-color: rgb(250,251,183); }
div.DivClassName
{
background-color: #FAFBB7;
}
.BgClassName
{
background-color: #FAFBB7;
}
</style>
border-color css
<style>
span { border-color: #FAFBB7; }
span { border-color: rgb(250,251,183); }
td.TdClassName
{
border-color: #FAFBB7;
}
.TagClassName
{
border-color: #FAFBB7;
}
</style>