Shades of Buff #F3DA8C
Tints of Buff #F3DA8C
RGB
CMYK
RGB Variations
Color information
#F3DA8C (or 0xF3DA8C) is known color: Buff. HEX triplet: F3, DA and 8C. RGB value is (243,218,140). Sum of RGB (Red+Green+Blue) = 243+218+140=601 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.43% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 140 (55.08% from 255 or 23.29% from 601); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DA8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DA8C is #0C2573. Grayscale: #D8D8D8. Windows color (decimal): -796020 or 9231091. OLE color: 9231091.
HSL color Cylindrical-coordinate representation of color #F3DA8C: hue angle of 45.44º 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 #F3DA8C is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 218 | 140 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.05 |
| HSL | 45.44º | 0.81% | 0.75% | - |
| HSV(B) | 45.44º | 0.42% | 0.95% | - |
| XYZ | 66.77 | 71.09 | 35.01 | - |
| YUV | 216.58 | 84.78 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 218 | 140 | 0 | 0.10 | 0.42 | 0.05 | 45.44 | 0.81 | 0.75 |
| Hex | F3 | DA | 8C | 0 | A | 2A | 5 | 2D | 51 | 4B |
| Octal | 363 | 332 | 214 | 0 | 12 | 52 | 5 | 55 | 121 | 113 |
| Binary | 11110011 | 11011010 | 10001100 | 0 | 1010 | 101010 | 101 | 101101 | 1010001 | 1001011 |
Color Harmonies of #F3DA8C
Complementary color
Monochromatic Colors of #F3DA8C
Black with #F3DA8C
Text Example
Text Example
White with #F3DA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DA8C; }
p { color: rgb(243,218,140); }
H1.HeaderClassName
{
color: #F3DA8C;
}
.AnyTagClassName
{
color: #F3DA8C;
}
</style>
background-color css
<style>
a { background-color: #F3DA8C; }
a { background-color: rgb(243,218,140); }
div.DivClassName
{
background-color: #F3DA8C;
}
.BgClassName
{
background-color: #F3DA8C;
}
</style>
border-color css
<style>
span { border-color: #F3DA8C; }
span { border-color: rgb(243,218,140); }
td.TdClassName
{
border-color: #F3DA8C;
}
.TagClassName
{
border-color: #F3DA8C;
}
</style>