Shades of Beige #F1F0DF
Tints of Beige #F1F0DF
RGB
CMYK
RGB Variations
Color information
#F1F0DF (or 0xF1F0DF) is known color: Beige. HEX triplet: F1, F0 and DF. RGB value is (241,240,223). Sum of RGB (Red+Green+Blue) = 241+240+223=704 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.23% from 704); Green value is 240 (94.14% from 255 or 34.09% from 704); Blue value is 223 (87.5% from 255 or 31.68% from 704); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F0DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F0DF is #0E0F20. Grayscale: #EEEEEE. Windows color (decimal): -921377 or 14676209. OLE color: 14676209.
HSL color Cylindrical-coordinate representation of color #F1F0DF: hue angle of 56.67º 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 #F1F0DF is Cyan = 0, Magento = 0.00, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 240 | 223 | - |
| CMYK | 0 | 0.00 | 0.07 | 0.05 |
| HSL | 56.67º | 0.39% | 0.91% | - |
| HSV(B) | 56.67º | 0.07% | 0.95% | - |
| XYZ | 80.76 | 86.35 | 82.22 | - |
| YUV | 238.36 | 119.33 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 240 | 223 | 0 | 0.00 | 0.07 | 0.05 | 56.67 | 0.39 | 0.91 |
| Hex | F1 | F0 | DF | 0 | 0 | 7 | 5 | 39 | 27 | 5B |
| Octal | 361 | 360 | 337 | 0 | 0 | 7 | 5 | 71 | 47 | 133 |
| Binary | 11110001 | 11110000 | 11011111 | 0 | 0 | 111 | 101 | 111001 | 100111 | 1011011 |
Color Harmonies of #F1F0DF
Complementary color
Monochromatic Colors of #F1F0DF
Black with #F1F0DF
Text Example
Text Example
White with #F1F0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F0DF; }
p { color: rgb(241,240,223); }
H1.HeaderClassName
{
color: #F1F0DF;
}
.AnyTagClassName
{
color: #F1F0DF;
}
</style>
background-color css
<style>
a { background-color: #F1F0DF; }
a { background-color: rgb(241,240,223); }
div.DivClassName
{
background-color: #F1F0DF;
}
.BgClassName
{
background-color: #F1F0DF;
}
</style>
border-color css
<style>
span { border-color: #F1F0DF; }
span { border-color: rgb(241,240,223); }
td.TdClassName
{
border-color: #F1F0DF;
}
.TagClassName
{
border-color: #F1F0DF;
}
</style>