Shades of Buff #F3DE81
Tints of Buff #F3DE81
RGB
CMYK
RGB Variations
Color information
#F3DE81 (or 0xF3DE81) is known color: Buff. HEX triplet: F3, DE and 81. RGB value is (243,222,129). Sum of RGB (Red+Green+Blue) = 243+222+129=594 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.91% from 594); Green value is 222 (87.11% from 255 or 37.37% from 594); Blue value is 129 (50.78% from 255 or 21.72% from 594); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DE81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DE81 is #0C217E. Grayscale: #DADADA. Windows color (decimal): -795007 or 8511219. OLE color: 8511219.
HSL color Cylindrical-coordinate representation of color #F3DE81: hue angle of 48.95º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F3DE81 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 222 | 129 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.05 |
| HSL | 48.95º | 0.83% | 0.73% | - |
| HSV(B) | 48.95º | 0.47% | 0.95% | - |
| XYZ | 67.05 | 72.88 | 31.3 | - |
| YUV | 217.68 | 77.96 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 222 | 129 | 0 | 0.09 | 0.47 | 0.05 | 48.95 | 0.83 | 0.73 |
| Hex | F3 | DE | 81 | 0 | 9 | 2F | 5 | 31 | 53 | 49 |
| Octal | 363 | 336 | 201 | 0 | 11 | 57 | 5 | 61 | 123 | 111 |
| Binary | 11110011 | 11011110 | 10000001 | 0 | 1001 | 101111 | 101 | 110001 | 1010011 | 1001001 |
Color Harmonies of #F3DE81
Complementary color
Monochromatic Colors of #F3DE81
Black with #F3DE81
Text Example
Text Example
White with #F3DE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DE81; }
p { color: rgb(243,222,129); }
H1.HeaderClassName
{
color: #F3DE81;
}
.AnyTagClassName
{
color: #F3DE81;
}
</style>
background-color css
<style>
a { background-color: #F3DE81; }
a { background-color: rgb(243,222,129); }
div.DivClassName
{
background-color: #F3DE81;
}
.BgClassName
{
background-color: #F3DE81;
}
</style>
border-color css
<style>
span { border-color: #F3DE81; }
span { border-color: rgb(243,222,129); }
td.TdClassName
{
border-color: #F3DE81;
}
.TagClassName
{
border-color: #F3DE81;
}
</style>