Shades of Buff #F1DA8D
Tints of Buff #F1DA8D
RGB
CMYK
RGB Variations
Color information
#F1DA8D (or 0xF1DA8D) is known color: Buff. HEX triplet: F1, DA and 8D. RGB value is (241,218,141). Sum of RGB (Red+Green+Blue) = 241+218+141=600 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.17% from 600); Green value is 218 (85.55% from 255 or 36.33% from 600); Blue value is 141 (55.47% from 255 or 23.5% from 600); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DA8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DA8D is #0E2572. Grayscale: #D8D8D8. Windows color (decimal): -927091 or 9296625. OLE color: 9296625.
HSL color Cylindrical-coordinate representation of color #F1DA8D: hue angle of 46.2º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F1DA8D is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 218 | 141 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.05 |
| HSL | 46.2º | 0.78% | 0.75% | - |
| HSV(B) | 46.2º | 0.41% | 0.95% | - |
| XYZ | 66.15 | 70.77 | 35.37 | - |
| YUV | 216.1 | 85.62 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 218 | 141 | 0 | 0.10 | 0.41 | 0.05 | 46.2 | 0.78 | 0.75 |
| Hex | F1 | DA | 8D | 0 | A | 29 | 5 | 2E | 4E | 4B |
| Octal | 361 | 332 | 215 | 0 | 12 | 51 | 5 | 56 | 116 | 113 |
| Binary | 11110001 | 11011010 | 10001101 | 0 | 1010 | 101001 | 101 | 101110 | 1001110 | 1001011 |
Color Harmonies of #F1DA8D
Complementary color
Monochromatic Colors of #F1DA8D
Black with #F1DA8D
Text Example
Text Example
White with #F1DA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DA8D; }
p { color: rgb(241,218,141); }
H1.HeaderClassName
{
color: #F1DA8D;
}
.AnyTagClassName
{
color: #F1DA8D;
}
</style>
background-color css
<style>
a { background-color: #F1DA8D; }
a { background-color: rgb(241,218,141); }
div.DivClassName
{
background-color: #F1DA8D;
}
.BgClassName
{
background-color: #F1DA8D;
}
</style>
border-color css
<style>
span { border-color: #F1DA8D; }
span { border-color: rgb(241,218,141); }
td.TdClassName
{
border-color: #F1DA8D;
}
.TagClassName
{
border-color: #F1DA8D;
}
</style>