Shades of Buff #F2D88D
Tints of Buff #F2D88D
RGB
CMYK
RGB Variations
Color information
#F2D88D (or 0xF2D88D) is known color: Buff. HEX triplet: F2, D8 and 8D. RGB value is (242,216,141). Sum of RGB (Red+Green+Blue) = 242+216+141=599 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.40% from 599); Green value is 216 (84.77% from 255 or 36.06% from 599); Blue value is 141 (55.47% from 255 or 23.54% from 599); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D88D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D88D is #0D2772. Grayscale: #D7D7D7. Windows color (decimal): -862067 or 9296114. OLE color: 9296114.
HSL color Cylindrical-coordinate representation of color #F2D88D: hue angle of 44.55º degrees, saturation: 0.8, 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 #F2D88D is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 216 | 141 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.05 |
| HSL | 44.55º | 0.8% | 0.75% | - |
| HSV(B) | 44.55º | 0.42% | 0.95% | - |
| XYZ | 65.98 | 69.91 | 35.22 | - |
| YUV | 215.22 | 86.11 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 216 | 141 | 0 | 0.11 | 0.42 | 0.05 | 44.55 | 0.8 | 0.75 |
| Hex | F2 | D8 | 8D | 0 | B | 2A | 5 | 2D | 50 | 4B |
| Octal | 362 | 330 | 215 | 0 | 13 | 52 | 5 | 55 | 120 | 113 |
| Binary | 11110010 | 11011000 | 10001101 | 0 | 1011 | 101010 | 101 | 101101 | 1010000 | 1001011 |
Color Harmonies of #F2D88D
Complementary color
Monochromatic Colors of #F2D88D
Black with #F2D88D
Text Example
Text Example
White with #F2D88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D88D; }
p { color: rgb(242,216,141); }
H1.HeaderClassName
{
color: #F2D88D;
}
.AnyTagClassName
{
color: #F2D88D;
}
</style>
background-color css
<style>
a { background-color: #F2D88D; }
a { background-color: rgb(242,216,141); }
div.DivClassName
{
background-color: #F2D88D;
}
.BgClassName
{
background-color: #F2D88D;
}
</style>
border-color css
<style>
span { border-color: #F2D88D; }
span { border-color: rgb(242,216,141); }
td.TdClassName
{
border-color: #F2D88D;
}
.TagClassName
{
border-color: #F2D88D;
}
</style>