Shades of Buff #F1DE89
Tints of Buff #F1DE89
RGB
CMYK
RGB Variations
Color information
#F1DE89 (or 0xF1DE89) is known color: Buff. HEX triplet: F1, DE and 89. RGB value is (241,222,137). Sum of RGB (Red+Green+Blue) = 241+222+137=600 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.17% from 600); Green value is 222 (87.11% from 255 or 37% from 600); Blue value is 137 (53.91% from 255 or 22.83% from 600); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DE89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DE89 is #0E2176. Grayscale: #DADADA. Windows color (decimal): -926071 or 9035505. OLE color: 9035505.
HSL color Cylindrical-coordinate representation of color #F1DE89: hue angle of 49.04º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F1DE89 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 222 | 137 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.05 |
| HSL | 49.04º | 0.79% | 0.74% | - |
| HSV(B) | 49.04º | 0.43% | 0.95% | - |
| XYZ | 66.91 | 72.75 | 34.18 | - |
| YUV | 217.99 | 82.29 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 222 | 137 | 0 | 0.08 | 0.43 | 0.05 | 49.04 | 0.79 | 0.74 |
| Hex | F1 | DE | 89 | 0 | 8 | 2B | 5 | 31 | 4F | 4A |
| Octal | 361 | 336 | 211 | 0 | 10 | 53 | 5 | 61 | 117 | 112 |
| Binary | 11110001 | 11011110 | 10001001 | 0 | 1000 | 101011 | 101 | 110001 | 1001111 | 1001010 |
Color Harmonies of #F1DE89
Complementary color
Monochromatic Colors of #F1DE89
Black with #F1DE89
Text Example
Text Example
White with #F1DE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DE89; }
p { color: rgb(241,222,137); }
H1.HeaderClassName
{
color: #F1DE89;
}
.AnyTagClassName
{
color: #F1DE89;
}
</style>
background-color css
<style>
a { background-color: #F1DE89; }
a { background-color: rgb(241,222,137); }
div.DivClassName
{
background-color: #F1DE89;
}
.BgClassName
{
background-color: #F1DE89;
}
</style>
border-color css
<style>
span { border-color: #F1DE89; }
span { border-color: rgb(241,222,137); }
td.TdClassName
{
border-color: #F1DE89;
}
.TagClassName
{
border-color: #F1DE89;
}
</style>