Shades of Buff #F3DE83
Tints of Buff #F3DE83
RGB
CMYK
RGB Variations
Color information
#F3DE83 (or 0xF3DE83) is known color: Buff. HEX triplet: F3, DE and 83. RGB value is (243,222,131). Sum of RGB (Red+Green+Blue) = 243+222+131=596 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.77% from 596); Green value is 222 (87.11% from 255 or 37.25% from 596); Blue value is 131 (51.56% from 255 or 21.98% from 596); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DE83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DE83 is #0C217C. Grayscale: #DADADA. Windows color (decimal): -795005 or 8642291. OLE color: 8642291.
HSL color Cylindrical-coordinate representation of color #F3DE83: hue angle of 48.75º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F3DE83 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 222 | 131 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.05 |
| HSL | 48.75º | 0.82% | 0.73% | - |
| HSV(B) | 48.75º | 0.46% | 0.95% | - |
| XYZ | 67.18 | 72.94 | 32.01 | - |
| YUV | 217.91 | 78.96 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 222 | 131 | 0 | 0.09 | 0.46 | 0.05 | 48.75 | 0.82 | 0.73 |
| Hex | F3 | DE | 83 | 0 | 9 | 2E | 5 | 31 | 52 | 49 |
| Octal | 363 | 336 | 203 | 0 | 11 | 56 | 5 | 61 | 122 | 111 |
| Binary | 11110011 | 11011110 | 10000011 | 0 | 1001 | 101110 | 101 | 110001 | 1010010 | 1001001 |
Color Harmonies of #F3DE83
Complementary color
Monochromatic Colors of #F3DE83
Black with #F3DE83
Text Example
Text Example
White with #F3DE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DE83; }
p { color: rgb(243,222,131); }
H1.HeaderClassName
{
color: #F3DE83;
}
.AnyTagClassName
{
color: #F3DE83;
}
</style>
background-color css
<style>
a { background-color: #F3DE83; }
a { background-color: rgb(243,222,131); }
div.DivClassName
{
background-color: #F3DE83;
}
.BgClassName
{
background-color: #F3DE83;
}
</style>
border-color css
<style>
span { border-color: #F3DE83; }
span { border-color: rgb(243,222,131); }
td.TdClassName
{
border-color: #F3DE83;
}
.TagClassName
{
border-color: #F3DE83;
}
</style>