Shades of Buff #F2DB8E
Tints of Buff #F2DB8E
RGB
CMYK
RGB Variations
Color information
#F2DB8E (or 0xF2DB8E) is known color: Buff. HEX triplet: F2, DB and 8E. RGB value is (242,219,142). Sum of RGB (Red+Green+Blue) = 242+219+142=603 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.13% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 142 (55.86% from 255 or 23.55% from 603); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DB8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DB8E is #0D2471. Grayscale: #D9D9D9. Windows color (decimal): -861298 or 9362418. OLE color: 9362418.
HSL color Cylindrical-coordinate representation of color #F2DB8E: hue angle of 46.2º 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 #F2DB8E is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 142 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.05 |
| HSL | 46.2º | 0.79% | 0.75% | - |
| HSV(B) | 46.2º | 0.41% | 0.95% | - |
| XYZ | 66.83 | 71.49 | 35.87 | - |
| YUV | 217.1 | 85.62 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 142 | 0 | 0.10 | 0.41 | 0.05 | 46.2 | 0.79 | 0.75 |
| Hex | F2 | DB | 8E | 0 | A | 29 | 5 | 2E | 4F | 4B |
| Octal | 362 | 333 | 216 | 0 | 12 | 51 | 5 | 56 | 117 | 113 |
| Binary | 11110010 | 11011011 | 10001110 | 0 | 1010 | 101001 | 101 | 101110 | 1001111 | 1001011 |
Color Harmonies of #F2DB8E
Complementary color
Monochromatic Colors of #F2DB8E
Black with #F2DB8E
Text Example
Text Example
White with #F2DB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DB8E; }
p { color: rgb(242,219,142); }
H1.HeaderClassName
{
color: #F2DB8E;
}
.AnyTagClassName
{
color: #F2DB8E;
}
</style>
background-color css
<style>
a { background-color: #F2DB8E; }
a { background-color: rgb(242,219,142); }
div.DivClassName
{
background-color: #F2DB8E;
}
.BgClassName
{
background-color: #F2DB8E;
}
</style>
border-color css
<style>
span { border-color: #F2DB8E; }
span { border-color: rgb(242,219,142); }
td.TdClassName
{
border-color: #F2DB8E;
}
.TagClassName
{
border-color: #F2DB8E;
}
</style>