Shades of Buff #F2DB8C
Tints of Buff #F2DB8C
RGB
CMYK
RGB Variations
Color information
#F2DB8C (or 0xF2DB8C) is known color: Buff. HEX triplet: F2, DB and 8C. RGB value is (242,219,140). Sum of RGB (Red+Green+Blue) = 242+219+140=601 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.27% from 601); Green value is 219 (85.94% from 255 or 36.44% from 601); Blue value is 140 (55.08% from 255 or 23.29% from 601); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DB8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DB8C is #0D2473. Grayscale: #D9D9D9. Windows color (decimal): -861300 or 9231346. OLE color: 9231346.
HSL color Cylindrical-coordinate representation of color #F2DB8C: hue angle of 46.47º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F2DB8C is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 140 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.05 |
| HSL | 46.47º | 0.8% | 0.75% | - |
| HSV(B) | 46.47º | 0.42% | 0.95% | - |
| XYZ | 66.68 | 71.43 | 35.08 | - |
| YUV | 216.87 | 84.62 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 140 | 0 | 0.10 | 0.42 | 0.05 | 46.47 | 0.8 | 0.75 |
| Hex | F2 | DB | 8C | 0 | A | 2A | 5 | 2E | 50 | 4B |
| Octal | 362 | 333 | 214 | 0 | 12 | 52 | 5 | 56 | 120 | 113 |
| Binary | 11110010 | 11011011 | 10001100 | 0 | 1010 | 101010 | 101 | 101110 | 1010000 | 1001011 |
Color Harmonies of #F2DB8C
Complementary color
Monochromatic Colors of #F2DB8C
Black with #F2DB8C
Text Example
Text Example
White with #F2DB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DB8C; }
p { color: rgb(242,219,140); }
H1.HeaderClassName
{
color: #F2DB8C;
}
.AnyTagClassName
{
color: #F2DB8C;
}
</style>
background-color css
<style>
a { background-color: #F2DB8C; }
a { background-color: rgb(242,219,140); }
div.DivClassName
{
background-color: #F2DB8C;
}
.BgClassName
{
background-color: #F2DB8C;
}
</style>
border-color css
<style>
span { border-color: #F2DB8C; }
span { border-color: rgb(242,219,140); }
td.TdClassName
{
border-color: #F2DB8C;
}
.TagClassName
{
border-color: #F2DB8C;
}
</style>