Shades of Cumulus #F5EFB8
Tints of Cumulus #F5EFB8
RGB
CMYK
RGB Variations
Color information
#F5EFB8 (or 0xF5EFB8) is known color: Cumulus. HEX triplet: F5, EF and B8. RGB value is (245,239,184). Sum of RGB (Red+Green+Blue) = 245+239+184=668 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.68% from 668); Green value is 239 (93.75% from 255 or 35.78% from 668); Blue value is 184 (72.27% from 255 or 27.54% from 668); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EFB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EFB8 is #0A1047. Grayscale: #EAEAEA. Windows color (decimal): -659528 or 12120053. OLE color: 12120053.
HSL color Cylindrical-coordinate representation of color #F5EFB8: hue angle of 54.1º degrees, saturation: 0.75, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F5EFB8 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 239 | 184 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.04 |
| HSL | 54.1º | 0.75% | 0.84% | - |
| HSV(B) | 54.1º | 0.25% | 0.96% | - |
| XYZ | 77.17 | 84.61 | 57.61 | - |
| YUV | 234.52 | 99.49 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 239 | 184 | 0 | 0.02 | 0.25 | 0.04 | 54.1 | 0.75 | 0.84 |
| Hex | F5 | EF | B8 | 0 | 2 | 19 | 4 | 36 | 4B | 54 |
| Octal | 365 | 357 | 270 | 0 | 2 | 31 | 4 | 66 | 113 | 124 |
| Binary | 11110101 | 11101111 | 10111000 | 0 | 10 | 11001 | 100 | 110110 | 1001011 | 1010100 |
Color Harmonies of #F5EFB8
Complementary color
Monochromatic Colors of #F5EFB8
Black with #F5EFB8
Text Example
Text Example
White with #F5EFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EFB8; }
p { color: rgb(245,239,184); }
H1.HeaderClassName
{
color: #F5EFB8;
}
.AnyTagClassName
{
color: #F5EFB8;
}
</style>
background-color css
<style>
a { background-color: #F5EFB8; }
a { background-color: rgb(245,239,184); }
div.DivClassName
{
background-color: #F5EFB8;
}
.BgClassName
{
background-color: #F5EFB8;
}
</style>
border-color css
<style>
span { border-color: #F5EFB8; }
span { border-color: rgb(245,239,184); }
td.TdClassName
{
border-color: #F5EFB8;
}
.TagClassName
{
border-color: #F5EFB8;
}
</style>