Shades of Cumulus #F5F2BF
Tints of Cumulus #F5F2BF
RGB
CMYK
RGB Variations
Color information
#F5F2BF (or 0xF5F2BF) is known color: Cumulus. HEX triplet: F5, F2 and BF. RGB value is (245,242,191). Sum of RGB (Red+Green+Blue) = 245+242+191=678 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.14% from 678); Green value is 242 (94.92% from 255 or 35.69% from 678); Blue value is 191 (75% from 255 or 28.17% from 678); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F2BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F2BF is #0A0D40. Grayscale: #EDEDED. Windows color (decimal): -658753 or 12579573. OLE color: 12579573.
HSL color Cylindrical-coordinate representation of color #F5F2BF: hue angle of 56.67º 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 #F5F2BF is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 242 | 191 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.04 |
| HSL | 56.67º | 0.73% | 0.85% | - |
| HSV(B) | 56.67º | 0.22% | 0.96% | - |
| XYZ | 78.81 | 86.68 | 61.87 | - |
| YUV | 237.08 | 101.99 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 242 | 191 | 0 | 0.01 | 0.22 | 0.04 | 56.67 | 0.73 | 0.85 |
| Hex | F5 | F2 | BF | 0 | 1 | 16 | 4 | 39 | 49 | 55 |
| Octal | 365 | 362 | 277 | 0 | 1 | 26 | 4 | 71 | 111 | 125 |
| Binary | 11110101 | 11110010 | 10111111 | 0 | 1 | 10110 | 100 | 111001 | 1001001 | 1010101 |
Color Harmonies of #F5F2BF
Complementary color
Monochromatic Colors of #F5F2BF
Black with #F5F2BF
Text Example
Text Example
White with #F5F2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F2BF; }
p { color: rgb(245,242,191); }
H1.HeaderClassName
{
color: #F5F2BF;
}
.AnyTagClassName
{
color: #F5F2BF;
}
</style>
background-color css
<style>
a { background-color: #F5F2BF; }
a { background-color: rgb(245,242,191); }
div.DivClassName
{
background-color: #F5F2BF;
}
.BgClassName
{
background-color: #F5F2BF;
}
</style>
border-color css
<style>
span { border-color: #F5F2BF; }
span { border-color: rgb(245,242,191); }
td.TdClassName
{
border-color: #F5F2BF;
}
.TagClassName
{
border-color: #F5F2BF;
}
</style>