Shades of Cumulus #F0EFBF
Tints of Cumulus #F0EFBF
RGB
CMYK
RGB Variations
Color information
#F0EFBF (or 0xF0EFBF) is known color: Cumulus. HEX triplet: F0, EF and BF. RGB value is (240,239,191). Sum of RGB (Red+Green+Blue) = 240+239+191=670 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.82% from 670); Green value is 239 (93.75% from 255 or 35.67% from 670); Blue value is 191 (75% from 255 or 28.51% from 670); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EFBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EFBF is #0F1040. Grayscale: #EAEAEA. Windows color (decimal): -987201 or 12578800. OLE color: 12578800.
HSL color Cylindrical-coordinate representation of color #F0EFBF: hue angle of 58.78º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0EFBF is Cyan = 0, Magento = 0.00, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 239 | 191 | - |
| CMYK | 0 | 0.00 | 0.20 | 0.06 |
| HSL | 58.78º | 0.62% | 0.85% | - |
| HSV(B) | 58.78º | 0.2% | 0.94% | - |
| XYZ | 76.21 | 84.02 | 61.49 | - |
| YUV | 233.83 | 103.83 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 239 | 191 | 0 | 0.00 | 0.20 | 0.06 | 58.78 | 0.62 | 0.85 |
| Hex | F0 | EF | BF | 0 | 0 | 14 | 6 | 3B | 3E | 55 |
| Octal | 360 | 357 | 277 | 0 | 0 | 24 | 6 | 73 | 76 | 125 |
| Binary | 11110000 | 11101111 | 10111111 | 0 | 0 | 10100 | 110 | 111011 | 111110 | 1010101 |
Color Harmonies of #F0EFBF
Complementary color
Monochromatic Colors of #F0EFBF
Black with #F0EFBF
Text Example
Text Example
White with #F0EFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EFBF; }
p { color: rgb(240,239,191); }
H1.HeaderClassName
{
color: #F0EFBF;
}
.AnyTagClassName
{
color: #F0EFBF;
}
</style>
background-color css
<style>
a { background-color: #F0EFBF; }
a { background-color: rgb(240,239,191); }
div.DivClassName
{
background-color: #F0EFBF;
}
.BgClassName
{
background-color: #F0EFBF;
}
</style>
border-color css
<style>
span { border-color: #F0EFBF; }
span { border-color: rgb(240,239,191); }
td.TdClassName
{
border-color: #F0EFBF;
}
.TagClassName
{
border-color: #F0EFBF;
}
</style>