Shades of Cumulus #F4F5BE
Tints of Cumulus #F4F5BE
RGB
CMYK
RGB Variations
Color information
#F4F5BE (or 0xF4F5BE) is known color: Cumulus. HEX triplet: F4, F5 and BE. RGB value is (244,245,190). Sum of RGB (Red+Green+Blue) = 244+245+190=679 (89% of max value = 765). Red value is 244 (95.70% from 255 or 35.94% from 679); Green value is 245 (96.09% from 255 or 36.08% from 679); Blue value is 190 (74.61% from 255 or 27.98% from 679); Max value from RGB is 245 - color contains mainly: green. Hex color #F4F5BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4F5BE is #0B0A41. Grayscale: #EEEEEE. Windows color (decimal): -723522 or 12514804. OLE color: 12514804.
HSL color Cylindrical-coordinate representation of color #F4F5BE: hue angle of 61.09º 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 #F4F5BE is Cyan = 0.00, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 245 | 190 | - |
| CMYK | 0.00 | 0 | 0.22 | 0.04 |
| HSL | 61.09º | 0.73% | 0.85% | - |
| HSV(B) | 61.09º | 0.22% | 0.96% | - |
| XYZ | 79.25 | 88.26 | 61.57 | - |
| YUV | 238.43 | 100.67 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 245 | 190 | 0.00 | 0 | 0.22 | 0.04 | 61.09 | 0.73 | 0.85 |
| Hex | F4 | F5 | BE | 0 | 0 | 16 | 4 | 3D | 49 | 55 |
| Octal | 364 | 365 | 276 | 0 | 0 | 26 | 4 | 75 | 111 | 125 |
| Binary | 11110100 | 11110101 | 10111110 | 0 | 0 | 10110 | 100 | 111101 | 1001001 | 1010101 |
Color Harmonies of #F4F5BE
Complementary color
Monochromatic Colors of #F4F5BE
Black with #F4F5BE
Text Example
Text Example
White with #F4F5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F5BE; }
p { color: rgb(244,245,190); }
H1.HeaderClassName
{
color: #F4F5BE;
}
.AnyTagClassName
{
color: #F4F5BE;
}
</style>
background-color css
<style>
a { background-color: #F4F5BE; }
a { background-color: rgb(244,245,190); }
div.DivClassName
{
background-color: #F4F5BE;
}
.BgClassName
{
background-color: #F4F5BE;
}
</style>
border-color css
<style>
span { border-color: #F4F5BE; }
span { border-color: rgb(244,245,190); }
td.TdClassName
{
border-color: #F4F5BE;
}
.TagClassName
{
border-color: #F4F5BE;
}
</style>