Shades of Cumulus #F5F1BF
Tints of Cumulus #F5F1BF
RGB
CMYK
RGB Variations
Color information
#F5F1BF (or 0xF5F1BF) is known color: Cumulus. HEX triplet: F5, F1 and BF. RGB value is (245,241,191). Sum of RGB (Red+Green+Blue) = 245+241+191=677 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.19% from 677); Green value is 241 (94.53% from 255 or 35.60% from 677); Blue value is 191 (75% from 255 or 28.21% from 677); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F1BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F1BF is #0A0E40. Grayscale: #ECECEC. Windows color (decimal): -659009 or 12579317. OLE color: 12579317.
HSL color Cylindrical-coordinate representation of color #F5F1BF: hue angle of 55.56º 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 #F5F1BF is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 241 | 191 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.04 |
| HSL | 55.56º | 0.73% | 0.85% | - |
| HSV(B) | 55.56º | 0.22% | 0.96% | - |
| XYZ | 78.52 | 86.08 | 61.77 | - |
| YUV | 236.5 | 102.33 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 241 | 191 | 0 | 0.02 | 0.22 | 0.04 | 55.56 | 0.73 | 0.85 |
| Hex | F5 | F1 | BF | 0 | 2 | 16 | 4 | 38 | 49 | 55 |
| Octal | 365 | 361 | 277 | 0 | 2 | 26 | 4 | 70 | 111 | 125 |
| Binary | 11110101 | 11110001 | 10111111 | 0 | 10 | 10110 | 100 | 111000 | 1001001 | 1010101 |
Color Harmonies of #F5F1BF
Complementary color
Monochromatic Colors of #F5F1BF
Black with #F5F1BF
Text Example
Text Example
White with #F5F1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F1BF; }
p { color: rgb(245,241,191); }
H1.HeaderClassName
{
color: #F5F1BF;
}
.AnyTagClassName
{
color: #F5F1BF;
}
</style>
background-color css
<style>
a { background-color: #F5F1BF; }
a { background-color: rgb(245,241,191); }
div.DivClassName
{
background-color: #F5F1BF;
}
.BgClassName
{
background-color: #F5F1BF;
}
</style>
border-color css
<style>
span { border-color: #F5F1BF; }
span { border-color: rgb(245,241,191); }
td.TdClassName
{
border-color: #F5F1BF;
}
.TagClassName
{
border-color: #F5F1BF;
}
</style>