Shades of Buff #F2DB8B
Tints of Buff #F2DB8B
RGB
CMYK
RGB Variations
Color information
#F2DB8B (or 0xF2DB8B) is known color: Buff. HEX triplet: F2, DB and 8B. RGB value is (242,219,139). Sum of RGB (Red+Green+Blue) = 242+219+139=600 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.33% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 139 (54.69% from 255 or 23.17% from 600); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DB8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DB8B is #0D2474. Grayscale: #D9D9D9. Windows color (decimal): -861301 or 9165810. OLE color: 9165810.
HSL color Cylindrical-coordinate representation of color #F2DB8B: hue angle of 46.6º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F2DB8B is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 139 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.05 |
| HSL | 46.6º | 0.8% | 0.75% | - |
| HSV(B) | 46.6º | 0.43% | 0.95% | - |
| XYZ | 66.61 | 71.4 | 34.7 | - |
| YUV | 216.76 | 84.12 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 139 | 0 | 0.10 | 0.43 | 0.05 | 46.6 | 0.8 | 0.75 |
| Hex | F2 | DB | 8B | 0 | A | 2B | 5 | 2F | 50 | 4B |
| Octal | 362 | 333 | 213 | 0 | 12 | 53 | 5 | 57 | 120 | 113 |
| Binary | 11110010 | 11011011 | 10001011 | 0 | 1010 | 101011 | 101 | 101111 | 1010000 | 1001011 |
Color Harmonies of #F2DB8B
Complementary color
Monochromatic Colors of #F2DB8B
Black with #F2DB8B
Text Example
Text Example
White with #F2DB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DB8B; }
p { color: rgb(242,219,139); }
H1.HeaderClassName
{
color: #F2DB8B;
}
.AnyTagClassName
{
color: #F2DB8B;
}
</style>
background-color css
<style>
a { background-color: #F2DB8B; }
a { background-color: rgb(242,219,139); }
div.DivClassName
{
background-color: #F2DB8B;
}
.BgClassName
{
background-color: #F2DB8B;
}
</style>
border-color css
<style>
span { border-color: #F2DB8B; }
span { border-color: rgb(242,219,139); }
td.TdClassName
{
border-color: #F2DB8B;
}
.TagClassName
{
border-color: #F2DB8B;
}
</style>