Shades of Cumulus #F7F5BF
Tints of Cumulus #F7F5BF
RGB
CMYK
RGB Variations
Color information
#F7F5BF (or 0xF7F5BF) is known color: Cumulus. HEX triplet: F7, F5 and BF. RGB value is (247,245,191). Sum of RGB (Red+Green+Blue) = 247+245+191=683 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.16% from 683); Green value is 245 (96.09% from 255 or 35.87% from 683); Blue value is 191 (75% from 255 or 27.96% from 683); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F5BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7F5BF is #080A40. Grayscale: #EFEFEF. Windows color (decimal): -526913 or 12580343. OLE color: 12580343.
HSL color Cylindrical-coordinate representation of color #F7F5BF: hue angle of 57.86º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F7F5BF is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 245 | 191 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.03 |
| HSL | 57.86º | 0.78% | 0.86% | - |
| HSV(B) | 57.86º | 0.23% | 0.97% | - |
| XYZ | 80.41 | 88.84 | 62.2 | - |
| YUV | 239.44 | 100.66 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 245 | 191 | 0 | 0.01 | 0.23 | 0.03 | 57.86 | 0.78 | 0.86 |
| Hex | F7 | F5 | BF | 0 | 1 | 17 | 3 | 3A | 4E | 56 |
| Octal | 367 | 365 | 277 | 0 | 1 | 27 | 3 | 72 | 116 | 126 |
| Binary | 11110111 | 11110101 | 10111111 | 0 | 1 | 10111 | 11 | 111010 | 1001110 | 1010110 |
Color Harmonies of #F7F5BF
Complementary color
Monochromatic Colors of #F7F5BF
Black with #F7F5BF
Text Example
Text Example
White with #F7F5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F5BF; }
p { color: rgb(247,245,191); }
H1.HeaderClassName
{
color: #F7F5BF;
}
.AnyTagClassName
{
color: #F7F5BF;
}
</style>
background-color css
<style>
a { background-color: #F7F5BF; }
a { background-color: rgb(247,245,191); }
div.DivClassName
{
background-color: #F7F5BF;
}
.BgClassName
{
background-color: #F7F5BF;
}
</style>
border-color css
<style>
span { border-color: #F7F5BF; }
span { border-color: rgb(247,245,191); }
td.TdClassName
{
border-color: #F7F5BF;
}
.TagClassName
{
border-color: #F7F5BF;
}
</style>