Shades of Cumulus #F8F4BE
Tints of Cumulus #F8F4BE
RGB
CMYK
RGB Variations
Color information
#F8F4BE (or 0xF8F4BE) is known color: Cumulus. HEX triplet: F8, F4 and BE. RGB value is (248,244,190). Sum of RGB (Red+Green+Blue) = 248+244+190=682 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.36% from 682); Green value is 244 (95.70% from 255 or 35.78% from 682); Blue value is 190 (74.61% from 255 or 27.86% from 682); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F4BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F4BE is #070B41. Grayscale: #EFEFEF. Windows color (decimal): -461634 or 12514552. OLE color: 12514552.
HSL color Cylindrical-coordinate representation of color #F8F4BE: hue angle of 55.86º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F8F4BE is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 244 | 190 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.03 |
| HSL | 55.86º | 0.81% | 0.86% | - |
| HSV(B) | 55.86º | 0.23% | 0.97% | - |
| XYZ | 80.36 | 88.38 | 61.54 | - |
| YUV | 239.04 | 100.33 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 244 | 190 | 0 | 0.02 | 0.23 | 0.03 | 55.86 | 0.81 | 0.86 |
| Hex | F8 | F4 | BE | 0 | 2 | 17 | 3 | 38 | 51 | 56 |
| Octal | 370 | 364 | 276 | 0 | 2 | 27 | 3 | 70 | 121 | 126 |
| Binary | 11111000 | 11110100 | 10111110 | 0 | 10 | 10111 | 11 | 111000 | 1010001 | 1010110 |
Color Harmonies of #F8F4BE
Complementary color
Monochromatic Colors of #F8F4BE
Black with #F8F4BE
Text Example
Text Example
White with #F8F4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F4BE; }
p { color: rgb(248,244,190); }
H1.HeaderClassName
{
color: #F8F4BE;
}
.AnyTagClassName
{
color: #F8F4BE;
}
</style>
background-color css
<style>
a { background-color: #F8F4BE; }
a { background-color: rgb(248,244,190); }
div.DivClassName
{
background-color: #F8F4BE;
}
.BgClassName
{
background-color: #F8F4BE;
}
</style>
border-color css
<style>
span { border-color: #F8F4BE; }
span { border-color: rgb(248,244,190); }
td.TdClassName
{
border-color: #F8F4BE;
}
.TagClassName
{
border-color: #F8F4BE;
}
</style>