Shades of Cumulus #F7F5BD
Tints of Cumulus #F7F5BD
RGB
CMYK
RGB Variations
Color information
#F7F5BD (or 0xF7F5BD) is known color: Cumulus. HEX triplet: F7, F5 and BD. RGB value is (247,245,189). Sum of RGB (Red+Green+Blue) = 247+245+189=681 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.27% from 681); Green value is 245 (96.09% from 255 or 35.98% from 681); Blue value is 189 (74.22% from 255 or 27.75% from 681); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F5BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7F5BD is #080A42. Grayscale: #EFEFEF. Windows color (decimal): -526915 or 12449271. OLE color: 12449271.
HSL color Cylindrical-coordinate representation of color #F7F5BD: hue angle of 57.93º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F7F5BD is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 245 | 189 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.03 |
| HSL | 57.93º | 0.78% | 0.85% | - |
| HSV(B) | 57.93º | 0.23% | 0.97% | - |
| XYZ | 80.2 | 88.75 | 61.05 | - |
| YUV | 239.21 | 99.66 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 245 | 189 | 0 | 0.01 | 0.23 | 0.03 | 57.93 | 0.78 | 0.85 |
| Hex | F7 | F5 | BD | 0 | 1 | 17 | 3 | 3A | 4E | 55 |
| Octal | 367 | 365 | 275 | 0 | 1 | 27 | 3 | 72 | 116 | 125 |
| Binary | 11110111 | 11110101 | 10111101 | 0 | 1 | 10111 | 11 | 111010 | 1001110 | 1010101 |
Color Harmonies of #F7F5BD
Complementary color
Monochromatic Colors of #F7F5BD
Black with #F7F5BD
Text Example
Text Example
White with #F7F5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F5BD; }
p { color: rgb(247,245,189); }
H1.HeaderClassName
{
color: #F7F5BD;
}
.AnyTagClassName
{
color: #F7F5BD;
}
</style>
background-color css
<style>
a { background-color: #F7F5BD; }
a { background-color: rgb(247,245,189); }
div.DivClassName
{
background-color: #F7F5BD;
}
.BgClassName
{
background-color: #F7F5BD;
}
</style>
border-color css
<style>
span { border-color: #F7F5BD; }
span { border-color: rgb(247,245,189); }
td.TdClassName
{
border-color: #F7F5BD;
}
.TagClassName
{
border-color: #F7F5BD;
}
</style>