Shades of Buff #F1DE8B
Tints of Buff #F1DE8B
RGB
CMYK
RGB Variations
Color information
#F1DE8B (or 0xF1DE8B) is known color: Buff. HEX triplet: F1, DE and 8B. RGB value is (241,222,139). Sum of RGB (Red+Green+Blue) = 241+222+139=602 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.03% from 602); Green value is 222 (87.11% from 255 or 36.88% from 602); Blue value is 139 (54.69% from 255 or 23.09% from 602); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DE8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DE8B is #0E2174. Grayscale: #DADADA. Windows color (decimal): -926069 or 9166577. OLE color: 9166577.
HSL color Cylindrical-coordinate representation of color #F1DE8B: hue angle of 48.82º 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 #F1DE8B is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 222 | 139 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.05 |
| HSL | 48.82º | 0.78% | 0.75% | - |
| HSV(B) | 48.82º | 0.42% | 0.95% | - |
| XYZ | 67.06 | 72.81 | 34.95 | - |
| YUV | 218.22 | 83.29 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 222 | 139 | 0 | 0.08 | 0.42 | 0.05 | 48.82 | 0.78 | 0.75 |
| Hex | F1 | DE | 8B | 0 | 8 | 2A | 5 | 31 | 4E | 4B |
| Octal | 361 | 336 | 213 | 0 | 10 | 52 | 5 | 61 | 116 | 113 |
| Binary | 11110001 | 11011110 | 10001011 | 0 | 1000 | 101010 | 101 | 110001 | 1001110 | 1001011 |
Color Harmonies of #F1DE8B
Complementary color
Monochromatic Colors of #F1DE8B
Black with #F1DE8B
Text Example
Text Example
White with #F1DE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DE8B; }
p { color: rgb(241,222,139); }
H1.HeaderClassName
{
color: #F1DE8B;
}
.AnyTagClassName
{
color: #F1DE8B;
}
</style>
background-color css
<style>
a { background-color: #F1DE8B; }
a { background-color: rgb(241,222,139); }
div.DivClassName
{
background-color: #F1DE8B;
}
.BgClassName
{
background-color: #F1DE8B;
}
</style>
border-color css
<style>
span { border-color: #F1DE8B; }
span { border-color: rgb(241,222,139); }
td.TdClassName
{
border-color: #F1DE8B;
}
.TagClassName
{
border-color: #F1DE8B;
}
</style>