Shades of Beige #F1F1D8
Tints of Beige #F1F1D8
RGB
CMYK
RGB Variations
Color information
#F1F1D8 (or 0xF1F1D8) is known color: Beige. HEX triplet: F1, F1 and D8. RGB value is (241,241,216). Sum of RGB (Red+Green+Blue) = 241+241+216=698 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.53% from 698); Green value is 241 (94.53% from 255 or 34.53% from 698); Blue value is 216 (84.77% from 255 or 30.95% from 698); Max value from RGB is 241 - color contains mainly: red, green. Hex color #F1F1D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F1D8 is #0E0E27. Grayscale: #EEEEEE. Windows color (decimal): -921128 or 14217713. OLE color: 14217713.
HSL color Cylindrical-coordinate representation of color #F1F1D8: hue angle of 60º degrees, saturation: 0.47, 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 #F1F1D8 is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 241 | 216 | - |
| CMYK | 0 | 0 | 0.10 | 0.05 |
| HSL | 60º | 0.47% | 0.9% | - |
| HSV(B) | 60º | 0.1% | 0.95% | - |
| XYZ | 80.13 | 86.57 | 77.45 | - |
| YUV | 238.15 | 115.5 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 241 | 216 | 0 | 0 | 0.10 | 0.05 | 60 | 0.47 | 0.9 |
| Hex | F1 | F1 | D8 | 0 | 0 | A | 5 | 3C | 2F | 5A |
| Octal | 361 | 361 | 330 | 0 | 0 | 12 | 5 | 74 | 57 | 132 |
| Binary | 11110001 | 11110001 | 11011000 | 0 | 0 | 1010 | 101 | 111100 | 101111 | 1011010 |
Color Harmonies of #F1F1D8
Complementary color
Monochromatic Colors of #F1F1D8
Black with #F1F1D8
Text Example
Text Example
White with #F1F1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F1D8; }
p { color: rgb(241,241,216); }
H1.HeaderClassName
{
color: #F1F1D8;
}
.AnyTagClassName
{
color: #F1F1D8;
}
</style>
background-color css
<style>
a { background-color: #F1F1D8; }
a { background-color: rgb(241,241,216); }
div.DivClassName
{
background-color: #F1F1D8;
}
.BgClassName
{
background-color: #F1F1D8;
}
</style>
border-color css
<style>
span { border-color: #F1F1D8; }
span { border-color: rgb(241,241,216); }
td.TdClassName
{
border-color: #F1F1D8;
}
.TagClassName
{
border-color: #F1F1D8;
}
</style>