Shades of Buff #F1DB8C
Tints of Buff #F1DB8C
RGB
CMYK
RGB Variations
Color information
#F1DB8C (or 0xF1DB8C) is known color: Buff. HEX triplet: F1, DB and 8C. RGB value is (241,219,140). Sum of RGB (Red+Green+Blue) = 241+219+140=600 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.17% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 140 (55.08% from 255 or 23.33% from 600); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DB8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DB8C is #0E2473. Grayscale: #D8D8D8. Windows color (decimal): -926836 or 9231345. OLE color: 9231345.
HSL color Cylindrical-coordinate representation of color #F1DB8C: hue angle of 46.93º degrees, saturation: 0.78, 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 #F1DB8C is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 219 | 140 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.05 |
| HSL | 46.93º | 0.78% | 0.75% | - |
| HSV(B) | 46.93º | 0.42% | 0.95% | - |
| XYZ | 66.34 | 71.26 | 35.07 | - |
| YUV | 216.57 | 84.79 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 219 | 140 | 0 | 0.09 | 0.42 | 0.05 | 46.93 | 0.78 | 0.75 |
| Hex | F1 | DB | 8C | 0 | 9 | 2A | 5 | 2F | 4E | 4B |
| Octal | 361 | 333 | 214 | 0 | 11 | 52 | 5 | 57 | 116 | 113 |
| Binary | 11110001 | 11011011 | 10001100 | 0 | 1001 | 101010 | 101 | 101111 | 1001110 | 1001011 |
Color Harmonies of #F1DB8C
Complementary color
Monochromatic Colors of #F1DB8C
Black with #F1DB8C
Text Example
Text Example
White with #F1DB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DB8C; }
p { color: rgb(241,219,140); }
H1.HeaderClassName
{
color: #F1DB8C;
}
.AnyTagClassName
{
color: #F1DB8C;
}
</style>
background-color css
<style>
a { background-color: #F1DB8C; }
a { background-color: rgb(241,219,140); }
div.DivClassName
{
background-color: #F1DB8C;
}
.BgClassName
{
background-color: #F1DB8C;
}
</style>
border-color css
<style>
span { border-color: #F1DB8C; }
span { border-color: rgb(241,219,140); }
td.TdClassName
{
border-color: #F1DB8C;
}
.TagClassName
{
border-color: #F1DB8C;
}
</style>