Shades of Buff #F4D98D
Tints of Buff #F4D98D
RGB
CMYK
RGB Variations
Color information
#F4D98D (or 0xF4D98D) is known color: Buff. HEX triplet: F4, D9 and 8D. RGB value is (244,217,141). Sum of RGB (Red+Green+Blue) = 244+217+141=602 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.53% from 602); Green value is 217 (85.16% from 255 or 36.05% from 602); Blue value is 141 (55.47% from 255 or 23.42% from 602); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D98D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4D98D is #0B2672. Grayscale: #D8D8D8. Windows color (decimal): -730739 or 9296372. OLE color: 9296372.
HSL color Cylindrical-coordinate representation of color #F4D98D: hue angle of 44.27º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F4D98D is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 217 | 141 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.04 |
| HSL | 44.27º | 0.82% | 0.75% | - |
| HSV(B) | 44.27º | 0.42% | 0.96% | - |
| XYZ | 66.93 | 70.78 | 35.33 | - |
| YUV | 216.41 | 85.45 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 217 | 141 | 0 | 0.11 | 0.42 | 0.04 | 44.27 | 0.82 | 0.75 |
| Hex | F4 | D9 | 8D | 0 | B | 2A | 4 | 2C | 52 | 4B |
| Octal | 364 | 331 | 215 | 0 | 13 | 52 | 4 | 54 | 122 | 113 |
| Binary | 11110100 | 11011001 | 10001101 | 0 | 1011 | 101010 | 100 | 101100 | 1010010 | 1001011 |
Color Harmonies of #F4D98D
Complementary color
Monochromatic Colors of #F4D98D
Black with #F4D98D
Text Example
Text Example
White with #F4D98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D98D; }
p { color: rgb(244,217,141); }
H1.HeaderClassName
{
color: #F4D98D;
}
.AnyTagClassName
{
color: #F4D98D;
}
</style>
background-color css
<style>
a { background-color: #F4D98D; }
a { background-color: rgb(244,217,141); }
div.DivClassName
{
background-color: #F4D98D;
}
.BgClassName
{
background-color: #F4D98D;
}
</style>
border-color css
<style>
span { border-color: #F4D98D; }
span { border-color: rgb(244,217,141); }
td.TdClassName
{
border-color: #F4D98D;
}
.TagClassName
{
border-color: #F4D98D;
}
</style>