Shades of Cumulus #F8F5B6
Tints of Cumulus #F8F5B6
RGB
CMYK
RGB Variations
Color information
#F8F5B6 (or 0xF8F5B6) is known color: Cumulus. HEX triplet: F8, F5 and B6. RGB value is (248,245,182). Sum of RGB (Red+Green+Blue) = 248+245+182=675 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.74% from 675); Green value is 245 (96.09% from 255 or 36.30% from 675); Blue value is 182 (71.48% from 255 or 26.96% from 675); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F5B6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F5B6 is #070A49. Grayscale: #EEEEEE. Windows color (decimal): -461386 or 11990520. OLE color: 11990520.
HSL color Cylindrical-coordinate representation of color #F8F5B6: hue angle of 57.27º degrees, saturation: 0.82, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F8F5B6 is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 245 | 182 | - |
| CMYK | 0 | 0.01 | 0.27 | 0.03 |
| HSL | 57.27º | 0.83% | 0.84% | - |
| HSV(B) | 57.27º | 0.27% | 0.97% | - |
| XYZ | 79.81 | 88.64 | 57.16 | - |
| YUV | 238.72 | 95.99 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 245 | 182 | 0 | 0.01 | 0.27 | 0.03 | 57.27 | 0.83 | 0.84 |
| Hex | F8 | F5 | B6 | 0 | 1 | 1B | 3 | 39 | 52 | 54 |
| Octal | 370 | 365 | 266 | 0 | 1 | 33 | 3 | 71 | 122 | 124 |
| Binary | 11111000 | 11110101 | 10110110 | 0 | 1 | 11011 | 11 | 111001 | 1010010 | 1010100 |
Color Harmonies of #F8F5B6
Complementary color
Monochromatic Colors of #F8F5B6
Black with #F8F5B6
Text Example
Text Example
White with #F8F5B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F5B6; }
p { color: rgb(248,245,182); }
H1.HeaderClassName
{
color: #F8F5B6;
}
.AnyTagClassName
{
color: #F8F5B6;
}
</style>
background-color css
<style>
a { background-color: #F8F5B6; }
a { background-color: rgb(248,245,182); }
div.DivClassName
{
background-color: #F8F5B6;
}
.BgClassName
{
background-color: #F8F5B6;
}
</style>
border-color css
<style>
span { border-color: #F8F5B6; }
span { border-color: rgb(248,245,182); }
td.TdClassName
{
border-color: #F8F5B6;
}
.TagClassName
{
border-color: #F8F5B6;
}
</style>