Shades of Cumulus #F5F3BE
Tints of Cumulus #F5F3BE
RGB
CMYK
RGB Variations
Color information
#F5F3BE (or 0xF5F3BE) is known color: Cumulus. HEX triplet: F5, F3 and BE. RGB value is (245,243,190). Sum of RGB (Red+Green+Blue) = 245+243+190=678 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.14% from 678); Green value is 243 (95.31% from 255 or 35.84% from 678); Blue value is 190 (74.61% from 255 or 28.02% from 678); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F3BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F3BE is #0A0C41. Grayscale: #EDEDED. Windows color (decimal): -658498 or 12514293. OLE color: 12514293.
HSL color Cylindrical-coordinate representation of color #F5F3BE: hue angle of 57.82º 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 #F5F3BE is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 243 | 190 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.04 |
| HSL | 57.82º | 0.73% | 0.85% | - |
| HSV(B) | 57.82º | 0.22% | 0.96% | - |
| XYZ | 79 | 87.23 | 61.39 | - |
| YUV | 237.56 | 101.16 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 243 | 190 | 0 | 0.01 | 0.22 | 0.04 | 57.82 | 0.73 | 0.85 |
| Hex | F5 | F3 | BE | 0 | 1 | 16 | 4 | 3A | 49 | 55 |
| Octal | 365 | 363 | 276 | 0 | 1 | 26 | 4 | 72 | 111 | 125 |
| Binary | 11110101 | 11110011 | 10111110 | 0 | 1 | 10110 | 100 | 111010 | 1001001 | 1010101 |
Color Harmonies of #F5F3BE
Complementary color
Monochromatic Colors of #F5F3BE
Black with #F5F3BE
Text Example
Text Example
White with #F5F3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F3BE; }
p { color: rgb(245,243,190); }
H1.HeaderClassName
{
color: #F5F3BE;
}
.AnyTagClassName
{
color: #F5F3BE;
}
</style>
background-color css
<style>
a { background-color: #F5F3BE; }
a { background-color: rgb(245,243,190); }
div.DivClassName
{
background-color: #F5F3BE;
}
.BgClassName
{
background-color: #F5F3BE;
}
</style>
border-color css
<style>
span { border-color: #F5F3BE; }
span { border-color: rgb(245,243,190); }
td.TdClassName
{
border-color: #F5F3BE;
}
.TagClassName
{
border-color: #F5F3BE;
}
</style>