Shades of Cumulus #F4F5BF
Tints of Cumulus #F4F5BF
RGB
CMYK
RGB Variations
Color information
#F4F5BF (or 0xF4F5BF) is known color: Cumulus. HEX triplet: F4, F5 and BF. RGB value is (244,245,191). Sum of RGB (Red+Green+Blue) = 244+245+191=680 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.88% from 680); Green value is 245 (96.09% from 255 or 36.03% from 680); Blue value is 191 (75% from 255 or 28.09% from 680); Max value from RGB is 245 - color contains mainly: green. Hex color #F4F5BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4F5BF is #0B0A40. Grayscale: #EEEEEE. Windows color (decimal): -723521 or 12580340. OLE color: 12580340.
HSL color Cylindrical-coordinate representation of color #F4F5BF: hue angle of 61.11º 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 #F4F5BF is Cyan = 0.00, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 245 | 191 | - |
| CMYK | 0.00 | 0 | 0.22 | 0.04 |
| HSL | 61.11º | 0.73% | 0.85% | - |
| HSV(B) | 61.11º | 0.22% | 0.96% | - |
| XYZ | 79.36 | 88.3 | 62.15 | - |
| YUV | 238.55 | 101.17 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 245 | 191 | 0.00 | 0 | 0.22 | 0.04 | 61.11 | 0.73 | 0.85 |
| Hex | F4 | F5 | BF | 0 | 0 | 16 | 4 | 3D | 49 | 55 |
| Octal | 364 | 365 | 277 | 0 | 0 | 26 | 4 | 75 | 111 | 125 |
| Binary | 11110100 | 11110101 | 10111111 | 0 | 0 | 10110 | 100 | 111101 | 1001001 | 1010101 |
Color Harmonies of #F4F5BF
Complementary color
Monochromatic Colors of #F4F5BF
Black with #F4F5BF
Text Example
Text Example
White with #F4F5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F5BF; }
p { color: rgb(244,245,191); }
H1.HeaderClassName
{
color: #F4F5BF;
}
.AnyTagClassName
{
color: #F4F5BF;
}
</style>
background-color css
<style>
a { background-color: #F4F5BF; }
a { background-color: rgb(244,245,191); }
div.DivClassName
{
background-color: #F4F5BF;
}
.BgClassName
{
background-color: #F4F5BF;
}
</style>
border-color css
<style>
span { border-color: #F4F5BF; }
span { border-color: rgb(244,245,191); }
td.TdClassName
{
border-color: #F4F5BF;
}
.TagClassName
{
border-color: #F4F5BF;
}
</style>