Shades of Buff #F0D888
Tints of Buff #F0D888
RGB
CMYK
RGB Variations
Color information
#F0D888 (or 0xF0D888) is known color: Buff. HEX triplet: F0, D8 and 88. RGB value is (240,216,136). Sum of RGB (Red+Green+Blue) = 240+216+136=592 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.54% from 592); Green value is 216 (84.77% from 255 or 36.49% from 592); Blue value is 136 (53.52% from 255 or 22.97% from 592); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D888 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D888 is #0F2777. Grayscale: #D6D6D6. Windows color (decimal): -993144 or 8968432. OLE color: 8968432.
HSL color Cylindrical-coordinate representation of color #F0D888: hue angle of 46.15º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F0D888 is Cyan = 0, Magento = 0.1, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 216 | 136 | - |
| CMYK | 0 | 0.1 | 0.43 | 0.06 |
| HSL | 46.15º | 0.78% | 0.74% | - |
| HSV(B) | 46.15º | 0.43% | 0.94% | - |
| XYZ | 64.93 | 69.41 | 33.27 | - |
| YUV | 214.06 | 83.95 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 216 | 136 | 0 | 0.1 | 0.43 | 0.06 | 46.15 | 0.78 | 0.74 |
| Hex | F0 | D8 | 88 | 0 | A | 2B | 6 | 2E | 4E | 4A |
| Octal | 360 | 330 | 210 | 0 | 12 | 53 | 6 | 56 | 116 | 112 |
| Binary | 11110000 | 11011000 | 10001000 | 0 | 1010 | 101011 | 110 | 101110 | 1001110 | 1001010 |
Color Harmonies of #F0D888
Complementary color
Monochromatic Colors of #F0D888
Black with #F0D888
Text Example
Text Example
White with #F0D888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D888; }
p { color: rgb(240,216,136); }
H1.HeaderClassName
{
color: #F0D888;
}
.AnyTagClassName
{
color: #F0D888;
}
</style>
background-color css
<style>
a { background-color: #F0D888; }
a { background-color: rgb(240,216,136); }
div.DivClassName
{
background-color: #F0D888;
}
.BgClassName
{
background-color: #F0D888;
}
</style>
border-color css
<style>
span { border-color: #F0D888; }
span { border-color: rgb(240,216,136); }
td.TdClassName
{
border-color: #F0D888;
}
.TagClassName
{
border-color: #F0D888;
}
</style>