Shades of Buff #F2D98E
Tints of Buff #F2D98E
RGB
CMYK
RGB Variations
Color information
#F2D98E (or 0xF2D98E) is known color: Buff. HEX triplet: F2, D9 and 8E. RGB value is (242,217,142). Sum of RGB (Red+Green+Blue) = 242+217+142=601 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.27% from 601); Green value is 217 (85.16% from 255 or 36.11% from 601); Blue value is 142 (55.86% from 255 or 23.63% from 601); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D98E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D98E is #0D2671. Grayscale: #D8D8D8. Windows color (decimal): -861810 or 9361906. OLE color: 9361906.
HSL color Cylindrical-coordinate representation of color #F2D98E: hue angle of 45º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F2D98E is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 217 | 142 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.05 |
| HSL | 45º | 0.79% | 0.75% | - |
| HSV(B) | 45º | 0.41% | 0.95% | - |
| XYZ | 66.31 | 70.46 | 35.7 | - |
| YUV | 215.93 | 86.28 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 217 | 142 | 0 | 0.10 | 0.41 | 0.05 | 45 | 0.79 | 0.75 |
| Hex | F2 | D9 | 8E | 0 | A | 29 | 5 | 2D | 4F | 4B |
| Octal | 362 | 331 | 216 | 0 | 12 | 51 | 5 | 55 | 117 | 113 |
| Binary | 11110010 | 11011001 | 10001110 | 0 | 1010 | 101001 | 101 | 101101 | 1001111 | 1001011 |
Color Harmonies of #F2D98E
Complementary color
Monochromatic Colors of #F2D98E
Black with #F2D98E
Text Example
Text Example
White with #F2D98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D98E; }
p { color: rgb(242,217,142); }
H1.HeaderClassName
{
color: #F2D98E;
}
.AnyTagClassName
{
color: #F2D98E;
}
</style>
background-color css
<style>
a { background-color: #F2D98E; }
a { background-color: rgb(242,217,142); }
div.DivClassName
{
background-color: #F2D98E;
}
.BgClassName
{
background-color: #F2D98E;
}
</style>
border-color css
<style>
span { border-color: #F2D98E; }
span { border-color: rgb(242,217,142); }
td.TdClassName
{
border-color: #F2D98E;
}
.TagClassName
{
border-color: #F2D98E;
}
</style>