Shades of Buff #F1DD88
Tints of Buff #F1DD88
RGB
CMYK
RGB Variations
Color information
#F1DD88 (or 0xF1DD88) is known color: Buff. HEX triplet: F1, DD and 88. RGB value is (241,221,136). Sum of RGB (Red+Green+Blue) = 241+221+136=598 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.30% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 136 (53.52% from 255 or 22.74% from 598); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DD88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DD88 is #0E2277. Grayscale: #D9D9D9. Windows color (decimal): -926328 or 8969713. OLE color: 8969713.
HSL color Cylindrical-coordinate representation of color #F1DD88: hue angle of 48.57º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F1DD88 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 221 | 136 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.05 |
| HSL | 48.57º | 0.79% | 0.74% | - |
| HSV(B) | 48.57º | 0.44% | 0.95% | - |
| XYZ | 66.58 | 72.19 | 33.72 | - |
| YUV | 217.29 | 82.13 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 221 | 136 | 0 | 0.08 | 0.44 | 0.05 | 48.57 | 0.79 | 0.74 |
| Hex | F1 | DD | 88 | 0 | 8 | 2C | 5 | 31 | 4F | 4A |
| Octal | 361 | 335 | 210 | 0 | 10 | 54 | 5 | 61 | 117 | 112 |
| Binary | 11110001 | 11011101 | 10001000 | 0 | 1000 | 101100 | 101 | 110001 | 1001111 | 1001010 |
Color Harmonies of #F1DD88
Complementary color
Monochromatic Colors of #F1DD88
Black with #F1DD88
Text Example
Text Example
White with #F1DD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DD88; }
p { color: rgb(241,221,136); }
H1.HeaderClassName
{
color: #F1DD88;
}
.AnyTagClassName
{
color: #F1DD88;
}
</style>
background-color css
<style>
a { background-color: #F1DD88; }
a { background-color: rgb(241,221,136); }
div.DivClassName
{
background-color: #F1DD88;
}
.BgClassName
{
background-color: #F1DD88;
}
</style>
border-color css
<style>
span { border-color: #F1DD88; }
span { border-color: rgb(241,221,136); }
td.TdClassName
{
border-color: #F1DD88;
}
.TagClassName
{
border-color: #F1DD88;
}
</style>