Shades of Buff #F2DC8D
Tints of Buff #F2DC8D
RGB
CMYK
RGB Variations
Color information
#F2DC8D (or 0xF2DC8D) is known color: Buff. HEX triplet: F2, DC and 8D. RGB value is (242,220,141). Sum of RGB (Red+Green+Blue) = 242+220+141=603 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.13% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 141 (55.47% from 255 or 23.38% from 603); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DC8D is #0D2372. Grayscale: #D9D9D9. Windows color (decimal): -861043 or 9297138. OLE color: 9297138.
HSL color Cylindrical-coordinate representation of color #F2DC8D: hue angle of 46.93º 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 #F2DC8D is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 220 | 141 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.05 |
| HSL | 46.93º | 0.8% | 0.75% | - |
| HSV(B) | 46.93º | 0.42% | 0.95% | - |
| XYZ | 67.02 | 71.99 | 35.56 | - |
| YUV | 217.57 | 84.79 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 220 | 141 | 0 | 0.09 | 0.42 | 0.05 | 46.93 | 0.8 | 0.75 |
| Hex | F2 | DC | 8D | 0 | 9 | 2A | 5 | 2F | 50 | 4B |
| Octal | 362 | 334 | 215 | 0 | 11 | 52 | 5 | 57 | 120 | 113 |
| Binary | 11110010 | 11011100 | 10001101 | 0 | 1001 | 101010 | 101 | 101111 | 1010000 | 1001011 |
Color Harmonies of #F2DC8D
Complementary color
Monochromatic Colors of #F2DC8D
Black with #F2DC8D
Text Example
Text Example
White with #F2DC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DC8D; }
p { color: rgb(242,220,141); }
H1.HeaderClassName
{
color: #F2DC8D;
}
.AnyTagClassName
{
color: #F2DC8D;
}
</style>
background-color css
<style>
a { background-color: #F2DC8D; }
a { background-color: rgb(242,220,141); }
div.DivClassName
{
background-color: #F2DC8D;
}
.BgClassName
{
background-color: #F2DC8D;
}
</style>
border-color css
<style>
span { border-color: #F2DC8D; }
span { border-color: rgb(242,220,141); }
td.TdClassName
{
border-color: #F2DC8D;
}
.TagClassName
{
border-color: #F2DC8D;
}
</style>