Shades of Cumulus #F5F1BE
Tints of Cumulus #F5F1BE
RGB
CMYK
RGB Variations
Color information
#F5F1BE (or 0xF5F1BE) is known color: Cumulus. HEX triplet: F5, F1 and BE. RGB value is (245,241,190). Sum of RGB (Red+Green+Blue) = 245+241+190=676 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.24% from 676); Green value is 241 (94.53% from 255 or 35.65% from 676); Blue value is 190 (74.61% from 255 or 28.11% from 676); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F1BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F1BE is #0A0E41. Grayscale: #ECECEC. Windows color (decimal): -659010 or 12513781. OLE color: 12513781.
HSL color Cylindrical-coordinate representation of color #F5F1BE: hue angle of 55.64º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5F1BE is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 241 | 190 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.04 |
| HSL | 55.64º | 0.73% | 0.85% | - |
| HSV(B) | 55.64º | 0.22% | 0.96% | - |
| XYZ | 78.41 | 86.04 | 61.19 | - |
| YUV | 236.38 | 101.83 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 241 | 190 | 0 | 0.02 | 0.22 | 0.04 | 55.64 | 0.73 | 0.85 |
| Hex | F5 | F1 | BE | 0 | 2 | 16 | 4 | 38 | 49 | 55 |
| Octal | 365 | 361 | 276 | 0 | 2 | 26 | 4 | 70 | 111 | 125 |
| Binary | 11110101 | 11110001 | 10111110 | 0 | 10 | 10110 | 100 | 111000 | 1001001 | 1010101 |
Color Harmonies of #F5F1BE
Complementary color
Monochromatic Colors of #F5F1BE
Black with #F5F1BE
Text Example
Text Example
White with #F5F1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F1BE; }
p { color: rgb(245,241,190); }
H1.HeaderClassName
{
color: #F5F1BE;
}
.AnyTagClassName
{
color: #F5F1BE;
}
</style>
background-color css
<style>
a { background-color: #F5F1BE; }
a { background-color: rgb(245,241,190); }
div.DivClassName
{
background-color: #F5F1BE;
}
.BgClassName
{
background-color: #F5F1BE;
}
</style>
border-color css
<style>
span { border-color: #F5F1BE; }
span { border-color: rgb(245,241,190); }
td.TdClassName
{
border-color: #F5F1BE;
}
.TagClassName
{
border-color: #F5F1BE;
}
</style>