Shades of Cumulus #F8F9BA
Tints of Cumulus #F8F9BA
RGB
CMYK
RGB Variations
Color information
#F8F9BA (or 0xF8F9BA) is known color: Cumulus. HEX triplet: F8, F9 and BA. RGB value is (248,249,186). Sum of RGB (Red+Green+Blue) = 248+249+186=683 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.31% from 683); Green value is 249 (97.66% from 255 or 36.46% from 683); Blue value is 186 (73.05% from 255 or 27.23% from 683); Max value from RGB is 249 - color contains mainly: green. Hex color #F8F9BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F9BA is #070645. Grayscale: #F1F1F1. Windows color (decimal): -460358 or 12253688. OLE color: 12253688.
HSL color Cylindrical-coordinate representation of color #F8F9BA: hue angle of 60.95º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8F9BA is Cyan = 0.00, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 249 | 186 | - |
| CMYK | 0.00 | 0 | 0.25 | 0.02 |
| HSL | 60.95º | 0.84% | 0.85% | - |
| HSV(B) | 60.95º | 0.25% | 0.98% | - |
| XYZ | 81.45 | 91.25 | 59.78 | - |
| YUV | 241.52 | 96.67 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 249 | 186 | 0.00 | 0 | 0.25 | 0.02 | 60.95 | 0.84 | 0.85 |
| Hex | F8 | F9 | BA | 0 | 0 | 19 | 2 | 3D | 54 | 55 |
| Octal | 370 | 371 | 272 | 0 | 0 | 31 | 2 | 75 | 124 | 125 |
| Binary | 11111000 | 11111001 | 10111010 | 0 | 0 | 11001 | 10 | 111101 | 1010100 | 1010101 |
Color Harmonies of #F8F9BA
Complementary color
Monochromatic Colors of #F8F9BA
Black with #F8F9BA
Text Example
Text Example
White with #F8F9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F9BA; }
p { color: rgb(248,249,186); }
H1.HeaderClassName
{
color: #F8F9BA;
}
.AnyTagClassName
{
color: #F8F9BA;
}
</style>
background-color css
<style>
a { background-color: #F8F9BA; }
a { background-color: rgb(248,249,186); }
div.DivClassName
{
background-color: #F8F9BA;
}
.BgClassName
{
background-color: #F8F9BA;
}
</style>
border-color css
<style>
span { border-color: #F8F9BA; }
span { border-color: rgb(248,249,186); }
td.TdClassName
{
border-color: #F8F9BA;
}
.TagClassName
{
border-color: #F8F9BA;
}
</style>