Shades of Beige #F1F1D9
Tints of Beige #F1F1D9
RGB
CMYK
RGB Variations
Color information
#F1F1D9 (or 0xF1F1D9) is known color: Beige. HEX triplet: F1, F1 and D9. RGB value is (241,241,217). Sum of RGB (Red+Green+Blue) = 241+241+217=699 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.48% from 699); Green value is 241 (94.53% from 255 or 34.48% from 699); Blue value is 217 (85.16% from 255 or 31.04% from 699); Max value from RGB is 241 - color contains mainly: red, green. Hex color #F1F1D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F1D9 is #0E0E26. Grayscale: #EEEEEE. Windows color (decimal): -921127 or 14283249. OLE color: 14283249.
HSL color Cylindrical-coordinate representation of color #F1F1D9: hue angle of 60º degrees, saturation: 0.46, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F1F1D9 is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 241 | 217 | - |
| CMYK | 0 | 0 | 0.10 | 0.05 |
| HSL | 60º | 0.46% | 0.9% | - |
| HSV(B) | 60º | 0.1% | 0.95% | - |
| XYZ | 80.26 | 86.62 | 78.14 | - |
| YUV | 238.26 | 116 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 241 | 217 | 0 | 0 | 0.10 | 0.05 | 60 | 0.46 | 0.9 |
| Hex | F1 | F1 | D9 | 0 | 0 | A | 5 | 3C | 2E | 5A |
| Octal | 361 | 361 | 331 | 0 | 0 | 12 | 5 | 74 | 56 | 132 |
| Binary | 11110001 | 11110001 | 11011001 | 0 | 0 | 1010 | 101 | 111100 | 101110 | 1011010 |
Color Harmonies of #F1F1D9
Complementary color
Monochromatic Colors of #F1F1D9
Black with #F1F1D9
Text Example
Text Example
White with #F1F1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F1D9; }
p { color: rgb(241,241,217); }
H1.HeaderClassName
{
color: #F1F1D9;
}
.AnyTagClassName
{
color: #F1F1D9;
}
</style>
background-color css
<style>
a { background-color: #F1F1D9; }
a { background-color: rgb(241,241,217); }
div.DivClassName
{
background-color: #F1F1D9;
}
.BgClassName
{
background-color: #F1F1D9;
}
</style>
border-color css
<style>
span { border-color: #F1F1D9; }
span { border-color: rgb(241,241,217); }
td.TdClassName
{
border-color: #F1F1D9;
}
.TagClassName
{
border-color: #F1F1D9;
}
</style>