Shades of Cumulus #F5F7C5
Tints of Cumulus #F5F7C5
RGB
CMYK
RGB Variations
Color information
#F5F7C5 (or 0xF5F7C5) is known color: Cumulus. HEX triplet: F5, F7 and C5. RGB value is (245,247,197). Sum of RGB (Red+Green+Blue) = 245+247+197=689 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.56% from 689); Green value is 247 (96.88% from 255 or 35.85% from 689); Blue value is 197 (77.34% from 255 or 28.59% from 689); Max value from RGB is 247 - color contains mainly: green. Hex color #F5F7C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F7C5 is #0A083A. Grayscale: #F0F0F0. Windows color (decimal): -657467 or 12974069. OLE color: 12974069.
HSL color Cylindrical-coordinate representation of color #F5F7C5: hue angle of 62.4º degrees, saturation: 0.76, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F5F7C5 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 247 | 197 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.03 |
| HSL | 62.4º | 0.76% | 0.87% | - |
| HSV(B) | 62.4º | 0.2% | 0.97% | - |
| XYZ | 81 | 89.97 | 65.92 | - |
| YUV | 240.7 | 103.34 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 247 | 197 | 0.01 | 0 | 0.20 | 0.03 | 62.4 | 0.76 | 0.87 |
| Hex | F5 | F7 | C5 | 1 | 0 | 14 | 3 | 3E | 4C | 57 |
| Octal | 365 | 367 | 305 | 1 | 0 | 24 | 3 | 76 | 114 | 127 |
| Binary | 11110101 | 11110111 | 11000101 | 1 | 0 | 10100 | 11 | 111110 | 1001100 | 1010111 |
Color Harmonies of #F5F7C5
Complementary color
Monochromatic Colors of #F5F7C5
Black with #F5F7C5
Text Example
Text Example
White with #F5F7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F7C5; }
p { color: rgb(245,247,197); }
H1.HeaderClassName
{
color: #F5F7C5;
}
.AnyTagClassName
{
color: #F5F7C5;
}
</style>
background-color css
<style>
a { background-color: #F5F7C5; }
a { background-color: rgb(245,247,197); }
div.DivClassName
{
background-color: #F5F7C5;
}
.BgClassName
{
background-color: #F5F7C5;
}
</style>
border-color css
<style>
span { border-color: #F5F7C5; }
span { border-color: rgb(245,247,197); }
td.TdClassName
{
border-color: #F5F7C5;
}
.TagClassName
{
border-color: #F5F7C5;
}
</style>