Shades of Cumulus #F5F3BD
Tints of Cumulus #F5F3BD
RGB
CMYK
RGB Variations
Color information
#F5F3BD (or 0xF5F3BD) is known color: Cumulus. HEX triplet: F5, F3 and BD. RGB value is (245,243,189). Sum of RGB (Red+Green+Blue) = 245+243+189=677 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.19% from 677); Green value is 243 (95.31% from 255 or 35.89% from 677); Blue value is 189 (74.22% from 255 or 27.92% from 677); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F3BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F3BD is #0A0C42. Grayscale: #EDEDED. Windows color (decimal): -658499 or 12448757. OLE color: 12448757.
HSL color Cylindrical-coordinate representation of color #F5F3BD: hue angle of 57.86º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F5F3BD is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 243 | 189 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.04 |
| HSL | 57.86º | 0.74% | 0.85% | - |
| HSV(B) | 57.86º | 0.23% | 0.96% | - |
| XYZ | 78.89 | 87.19 | 60.81 | - |
| YUV | 237.44 | 100.66 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 243 | 189 | 0 | 0.01 | 0.23 | 0.04 | 57.86 | 0.74 | 0.85 |
| Hex | F5 | F3 | BD | 0 | 1 | 17 | 4 | 3A | 4A | 55 |
| Octal | 365 | 363 | 275 | 0 | 1 | 27 | 4 | 72 | 112 | 125 |
| Binary | 11110101 | 11110011 | 10111101 | 0 | 1 | 10111 | 100 | 111010 | 1001010 | 1010101 |
Color Harmonies of #F5F3BD
Complementary color
Monochromatic Colors of #F5F3BD
Black with #F5F3BD
Text Example
Text Example
White with #F5F3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F3BD; }
p { color: rgb(245,243,189); }
H1.HeaderClassName
{
color: #F5F3BD;
}
.AnyTagClassName
{
color: #F5F3BD;
}
</style>
background-color css
<style>
a { background-color: #F5F3BD; }
a { background-color: rgb(245,243,189); }
div.DivClassName
{
background-color: #F5F3BD;
}
.BgClassName
{
background-color: #F5F3BD;
}
</style>
border-color css
<style>
span { border-color: #F5F3BD; }
span { border-color: rgb(245,243,189); }
td.TdClassName
{
border-color: #F5F3BD;
}
.TagClassName
{
border-color: #F5F3BD;
}
</style>