Shades of Buff #F2DA88
Tints of Buff #F2DA88
RGB
CMYK
RGB Variations
Color information
#F2DA88 (or 0xF2DA88) is known color: Buff. HEX triplet: F2, DA and 88. RGB value is (242,218,136). Sum of RGB (Red+Green+Blue) = 242+218+136=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 136 (53.52% from 255 or 22.82% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DA88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DA88 is #0D2577. Grayscale: #D8D8D8. Windows color (decimal): -861560 or 8968946. OLE color: 8968946.
HSL color Cylindrical-coordinate representation of color #F2DA88: hue angle of 46.42º 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 #F2DA88 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 218 | 136 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.05 |
| HSL | 46.42º | 0.8% | 0.74% | - |
| HSV(B) | 46.42º | 0.44% | 0.95% | - |
| XYZ | 66.13 | 70.8 | 33.47 | - |
| YUV | 215.83 | 82.95 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 218 | 136 | 0 | 0.10 | 0.44 | 0.05 | 46.42 | 0.8 | 0.74 |
| Hex | F2 | DA | 88 | 0 | A | 2C | 5 | 2E | 50 | 4A |
| Octal | 362 | 332 | 210 | 0 | 12 | 54 | 5 | 56 | 120 | 112 |
| Binary | 11110010 | 11011010 | 10001000 | 0 | 1010 | 101100 | 101 | 101110 | 1010000 | 1001010 |
Color Harmonies of #F2DA88
Complementary color
Monochromatic Colors of #F2DA88
Black with #F2DA88
Text Example
Text Example
White with #F2DA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DA88; }
p { color: rgb(242,218,136); }
H1.HeaderClassName
{
color: #F2DA88;
}
.AnyTagClassName
{
color: #F2DA88;
}
</style>
background-color css
<style>
a { background-color: #F2DA88; }
a { background-color: rgb(242,218,136); }
div.DivClassName
{
background-color: #F2DA88;
}
.BgClassName
{
background-color: #F2DA88;
}
</style>
border-color css
<style>
span { border-color: #F2DA88; }
span { border-color: rgb(242,218,136); }
td.TdClassName
{
border-color: #F2DA88;
}
.TagClassName
{
border-color: #F2DA88;
}
</style>