Shades of Cumulus #F8F9BF
Tints of Cumulus #F8F9BF
RGB
CMYK
RGB Variations
Color information
#F8F9BF (or 0xF8F9BF) is known color: Cumulus. HEX triplet: F8, F9 and BF. RGB value is (248,249,191). Sum of RGB (Red+Green+Blue) = 248+249+191=688 (91% of max value = 765). Red value is 248 (97.27% from 255 or 36.05% from 688); Green value is 249 (97.66% from 255 or 36.19% from 688); Blue value is 191 (75% from 255 or 27.76% from 688); Max value from RGB is 249 - color contains mainly: green. Hex color #F8F9BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F9BF is #070640. Grayscale: #F2F2F2. Windows color (decimal): -460353 or 12581368. OLE color: 12581368.
HSL color Cylindrical-coordinate representation of color #F8F9BF: hue angle of 61.03º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F8F9BF is Cyan = 0.00, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 249 | 191 | - |
| CMYK | 0.00 | 0 | 0.23 | 0.02 |
| HSL | 61.03º | 0.83% | 0.86% | - |
| HSV(B) | 61.03º | 0.23% | 0.98% | - |
| XYZ | 81.99 | 91.47 | 62.62 | - |
| YUV | 242.09 | 99.17 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 249 | 191 | 0.00 | 0 | 0.23 | 0.02 | 61.03 | 0.83 | 0.86 |
| Hex | F8 | F9 | BF | 0 | 0 | 17 | 2 | 3D | 53 | 56 |
| Octal | 370 | 371 | 277 | 0 | 0 | 27 | 2 | 75 | 123 | 126 |
| Binary | 11111000 | 11111001 | 10111111 | 0 | 0 | 10111 | 10 | 111101 | 1010011 | 1010110 |
Color Harmonies of #F8F9BF
Complementary color
Monochromatic Colors of #F8F9BF
Black with #F8F9BF
Text Example
Text Example
White with #F8F9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F9BF; }
p { color: rgb(248,249,191); }
H1.HeaderClassName
{
color: #F8F9BF;
}
.AnyTagClassName
{
color: #F8F9BF;
}
</style>
background-color css
<style>
a { background-color: #F8F9BF; }
a { background-color: rgb(248,249,191); }
div.DivClassName
{
background-color: #F8F9BF;
}
.BgClassName
{
background-color: #F8F9BF;
}
</style>
border-color css
<style>
span { border-color: #F8F9BF; }
span { border-color: rgb(248,249,191); }
td.TdClassName
{
border-color: #F8F9BF;
}
.TagClassName
{
border-color: #F8F9BF;
}
</style>