Shades of Buff #F3DB8D
Tints of Buff #F3DB8D
RGB
CMYK
RGB Variations
Color information
#F3DB8D (or 0xF3DB8D) is known color: Buff. HEX triplet: F3, DB and 8D. RGB value is (243,219,141). Sum of RGB (Red+Green+Blue) = 243+219+141=603 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.30% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 141 (55.47% from 255 or 23.38% from 603); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DB8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DB8D is #0C2472. Grayscale: #D9D9D9. Windows color (decimal): -795763 or 9296883. OLE color: 9296883.
HSL color Cylindrical-coordinate representation of color #F3DB8D: hue angle of 45.88º degrees, saturation: 0.81, 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 #F3DB8D is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 219 | 141 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.05 |
| HSL | 45.88º | 0.81% | 0.75% | - |
| HSV(B) | 45.88º | 0.42% | 0.95% | - |
| XYZ | 67.1 | 71.64 | 35.49 | - |
| YUV | 217.28 | 84.95 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 219 | 141 | 0 | 0.10 | 0.42 | 0.05 | 45.88 | 0.81 | 0.75 |
| Hex | F3 | DB | 8D | 0 | A | 2A | 5 | 2E | 51 | 4B |
| Octal | 363 | 333 | 215 | 0 | 12 | 52 | 5 | 56 | 121 | 113 |
| Binary | 11110011 | 11011011 | 10001101 | 0 | 1010 | 101010 | 101 | 101110 | 1010001 | 1001011 |
Color Harmonies of #F3DB8D
Complementary color
Monochromatic Colors of #F3DB8D
Black with #F3DB8D
Text Example
Text Example
White with #F3DB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DB8D; }
p { color: rgb(243,219,141); }
H1.HeaderClassName
{
color: #F3DB8D;
}
.AnyTagClassName
{
color: #F3DB8D;
}
</style>
background-color css
<style>
a { background-color: #F3DB8D; }
a { background-color: rgb(243,219,141); }
div.DivClassName
{
background-color: #F3DB8D;
}
.BgClassName
{
background-color: #F3DB8D;
}
</style>
border-color css
<style>
span { border-color: #F3DB8D; }
span { border-color: rgb(243,219,141); }
td.TdClassName
{
border-color: #F3DB8D;
}
.TagClassName
{
border-color: #F3DB8D;
}
</style>