Shades of Buff #F1DB8F
Tints of Buff #F1DB8F
RGB
CMYK
RGB Variations
Color information
#F1DB8F (or 0xF1DB8F) is known color: Buff. HEX triplet: F1, DB and 8F. RGB value is (241,219,143). Sum of RGB (Red+Green+Blue) = 241+219+143=603 (79% of max value = 765). Red value is 241 (94.53% from 255 or 39.97% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 143 (56.25% from 255 or 23.71% from 603); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DB8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DB8F is #0E2470. Grayscale: #D9D9D9. Windows color (decimal): -926833 or 9427953. OLE color: 9427953.
HSL color Cylindrical-coordinate representation of color #F1DB8F: hue angle of 46.53º 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 #F1DB8F is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 219 | 143 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.05 |
| HSL | 46.53º | 0.78% | 0.75% | - |
| HSV(B) | 46.53º | 0.41% | 0.95% | - |
| XYZ | 66.57 | 71.35 | 36.25 | - |
| YUV | 216.91 | 86.29 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 219 | 143 | 0 | 0.09 | 0.41 | 0.05 | 46.53 | 0.78 | 0.75 |
| Hex | F1 | DB | 8F | 0 | 9 | 29 | 5 | 2F | 4E | 4B |
| Octal | 361 | 333 | 217 | 0 | 11 | 51 | 5 | 57 | 116 | 113 |
| Binary | 11110001 | 11011011 | 10001111 | 0 | 1001 | 101001 | 101 | 101111 | 1001110 | 1001011 |
Color Harmonies of #F1DB8F
Complementary color
Monochromatic Colors of #F1DB8F
Black with #F1DB8F
Text Example
Text Example
White with #F1DB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DB8F; }
p { color: rgb(241,219,143); }
H1.HeaderClassName
{
color: #F1DB8F;
}
.AnyTagClassName
{
color: #F1DB8F;
}
</style>
background-color css
<style>
a { background-color: #F1DB8F; }
a { background-color: rgb(241,219,143); }
div.DivClassName
{
background-color: #F1DB8F;
}
.BgClassName
{
background-color: #F1DB8F;
}
</style>
border-color css
<style>
span { border-color: #F1DB8F; }
span { border-color: rgb(241,219,143); }
td.TdClassName
{
border-color: #F1DB8F;
}
.TagClassName
{
border-color: #F1DB8F;
}
</style>