Shades of Buff #F2D688
Tints of Buff #F2D688
RGB
CMYK
RGB Variations
Color information
#F2D688 (or 0xF2D688) is known color: Buff. HEX triplet: F2, D6 and 88. RGB value is (242,214,136). Sum of RGB (Red+Green+Blue) = 242+214+136=592 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.88% from 592); Green value is 214 (83.98% from 255 or 36.15% from 592); Blue value is 136 (53.52% from 255 or 22.97% from 592); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D688 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D688 is #0D2977. Grayscale: #D5D5D5. Windows color (decimal): -862584 or 8967922. OLE color: 8967922.
HSL color Cylindrical-coordinate representation of color #F2D688: hue angle of 44.15º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F2D688 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 214 | 136 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.05 |
| HSL | 44.15º | 0.8% | 0.74% | - |
| HSV(B) | 44.15º | 0.44% | 0.95% | - |
| XYZ | 65.11 | 68.75 | 33.13 | - |
| YUV | 213.48 | 84.28 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 214 | 136 | 0 | 0.12 | 0.44 | 0.05 | 44.15 | 0.8 | 0.74 |
| Hex | F2 | D6 | 88 | 0 | C | 2C | 5 | 2C | 50 | 4A |
| Octal | 362 | 326 | 210 | 0 | 14 | 54 | 5 | 54 | 120 | 112 |
| Binary | 11110010 | 11010110 | 10001000 | 0 | 1100 | 101100 | 101 | 101100 | 1010000 | 1001010 |
Color Harmonies of #F2D688
Complementary color
Monochromatic Colors of #F2D688
Black with #F2D688
Text Example
Text Example
White with #F2D688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D688; }
p { color: rgb(242,214,136); }
H1.HeaderClassName
{
color: #F2D688;
}
.AnyTagClassName
{
color: #F2D688;
}
</style>
background-color css
<style>
a { background-color: #F2D688; }
a { background-color: rgb(242,214,136); }
div.DivClassName
{
background-color: #F2D688;
}
.BgClassName
{
background-color: #F2D688;
}
</style>
border-color css
<style>
span { border-color: #F2D688; }
span { border-color: rgb(242,214,136); }
td.TdClassName
{
border-color: #F2D688;
}
.TagClassName
{
border-color: #F2D688;
}
</style>