Shades of Buff #F3DB8A
Tints of Buff #F3DB8A
RGB
CMYK
RGB Variations
Color information
#F3DB8A (or 0xF3DB8A) is known color: Buff. HEX triplet: F3, DB and 8A. RGB value is (243,219,138). Sum of RGB (Red+Green+Blue) = 243+219+138=600 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.5% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 138 (54.30% from 255 or 23% from 600); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DB8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DB8A is #0C2475. Grayscale: #D9D9D9. Windows color (decimal): -795766 or 9100275. OLE color: 9100275.
HSL color Cylindrical-coordinate representation of color #F3DB8A: hue angle of 46.29º degrees, saturation: 0.81, 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 #F3DB8A is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 219 | 138 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.05 |
| HSL | 46.29º | 0.81% | 0.75% | - |
| HSV(B) | 46.29º | 0.43% | 0.95% | - |
| XYZ | 66.88 | 71.55 | 34.33 | - |
| YUV | 216.94 | 83.45 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 219 | 138 | 0 | 0.10 | 0.43 | 0.05 | 46.29 | 0.81 | 0.75 |
| Hex | F3 | DB | 8A | 0 | A | 2B | 5 | 2E | 51 | 4B |
| Octal | 363 | 333 | 212 | 0 | 12 | 53 | 5 | 56 | 121 | 113 |
| Binary | 11110011 | 11011011 | 10001010 | 0 | 1010 | 101011 | 101 | 101110 | 1010001 | 1001011 |
Color Harmonies of #F3DB8A
Complementary color
Monochromatic Colors of #F3DB8A
Black with #F3DB8A
Text Example
Text Example
White with #F3DB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DB8A; }
p { color: rgb(243,219,138); }
H1.HeaderClassName
{
color: #F3DB8A;
}
.AnyTagClassName
{
color: #F3DB8A;
}
</style>
background-color css
<style>
a { background-color: #F3DB8A; }
a { background-color: rgb(243,219,138); }
div.DivClassName
{
background-color: #F3DB8A;
}
.BgClassName
{
background-color: #F3DB8A;
}
</style>
border-color css
<style>
span { border-color: #F3DB8A; }
span { border-color: rgb(243,219,138); }
td.TdClassName
{
border-color: #F3DB8A;
}
.TagClassName
{
border-color: #F3DB8A;
}
</style>