Shades of Beige #F1F1DF
Tints of Beige #F1F1DF
RGB
CMYK
RGB Variations
Color information
#F1F1DF (or 0xF1F1DF) is known color: Beige. HEX triplet: F1, F1 and DF. RGB value is (241,241,223). Sum of RGB (Red+Green+Blue) = 241+241+223=705 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.18% from 705); Green value is 241 (94.53% from 255 or 34.18% from 705); Blue value is 223 (87.5% from 255 or 31.63% from 705); Max value from RGB is 241 - color contains mainly: red, green. Hex color #F1F1DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F1DF is #0E0E20. Grayscale: #EFEFEF. Windows color (decimal): -921121 or 14676465. OLE color: 14676465.
HSL color Cylindrical-coordinate representation of color #F1F1DF: hue angle of 60º degrees, saturation: 0.39, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F1F1DF is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 241 | 223 | - |
| CMYK | 0 | 0 | 0.07 | 0.05 |
| HSL | 60º | 0.39% | 0.91% | - |
| HSV(B) | 60º | 0.07% | 0.95% | - |
| XYZ | 81.05 | 86.94 | 82.32 | - |
| YUV | 238.95 | 119 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 241 | 223 | 0 | 0 | 0.07 | 0.05 | 60 | 0.39 | 0.91 |
| Hex | F1 | F1 | DF | 0 | 0 | 7 | 5 | 3C | 27 | 5B |
| Octal | 361 | 361 | 337 | 0 | 0 | 7 | 5 | 74 | 47 | 133 |
| Binary | 11110001 | 11110001 | 11011111 | 0 | 0 | 111 | 101 | 111100 | 100111 | 1011011 |
Color Harmonies of #F1F1DF
Complementary color
Monochromatic Colors of #F1F1DF
Black with #F1F1DF
Text Example
Text Example
White with #F1F1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F1DF; }
p { color: rgb(241,241,223); }
H1.HeaderClassName
{
color: #F1F1DF;
}
.AnyTagClassName
{
color: #F1F1DF;
}
</style>
background-color css
<style>
a { background-color: #F1F1DF; }
a { background-color: rgb(241,241,223); }
div.DivClassName
{
background-color: #F1F1DF;
}
.BgClassName
{
background-color: #F1F1DF;
}
</style>
border-color css
<style>
span { border-color: #F1F1DF; }
span { border-color: rgb(241,241,223); }
td.TdClassName
{
border-color: #F1F1DF;
}
.TagClassName
{
border-color: #F1F1DF;
}
</style>