Shades of Buff #F0DD8E
Tints of Buff #F0DD8E
RGB
CMYK
RGB Variations
Color information
#F0DD8E (or 0xF0DD8E) is known color: Buff. HEX triplet: F0, DD and 8E. RGB value is (240,221,142). Sum of RGB (Red+Green+Blue) = 240+221+142=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 142 (55.86% from 255 or 23.55% from 603); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DD8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DD8E is #0F2271. Grayscale: #DADADA. Windows color (decimal): -991858 or 9362928. OLE color: 9362928.
HSL color Cylindrical-coordinate representation of color #F0DD8E: hue angle of 48.37º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F0DD8E is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 221 | 142 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.06 |
| HSL | 48.37º | 0.77% | 0.75% | - |
| HSV(B) | 48.37º | 0.41% | 0.94% | - |
| XYZ | 66.67 | 72.19 | 36.01 | - |
| YUV | 217.68 | 85.29 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 221 | 142 | 0 | 0.08 | 0.41 | 0.06 | 48.37 | 0.77 | 0.75 |
| Hex | F0 | DD | 8E | 0 | 8 | 29 | 6 | 30 | 4D | 4B |
| Octal | 360 | 335 | 216 | 0 | 10 | 51 | 6 | 60 | 115 | 113 |
| Binary | 11110000 | 11011101 | 10001110 | 0 | 1000 | 101001 | 110 | 110000 | 1001101 | 1001011 |
Color Harmonies of #F0DD8E
Complementary color
Monochromatic Colors of #F0DD8E
Black with #F0DD8E
Text Example
Text Example
White with #F0DD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DD8E; }
p { color: rgb(240,221,142); }
H1.HeaderClassName
{
color: #F0DD8E;
}
.AnyTagClassName
{
color: #F0DD8E;
}
</style>
background-color css
<style>
a { background-color: #F0DD8E; }
a { background-color: rgb(240,221,142); }
div.DivClassName
{
background-color: #F0DD8E;
}
.BgClassName
{
background-color: #F0DD8E;
}
</style>
border-color css
<style>
span { border-color: #F0DD8E; }
span { border-color: rgb(240,221,142); }
td.TdClassName
{
border-color: #F0DD8E;
}
.TagClassName
{
border-color: #F0DD8E;
}
</style>