Shades of Beige #F1F0DD
Tints of Beige #F1F0DD
RGB
CMYK
RGB Variations
Color information
#F1F0DD (or 0xF1F0DD) is known color: Beige. HEX triplet: F1, F0 and DD. RGB value is (241,240,221). Sum of RGB (Red+Green+Blue) = 241+240+221=702 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.33% from 702); Green value is 240 (94.14% from 255 or 34.19% from 702); Blue value is 221 (86.72% from 255 or 31.48% from 702); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F0DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F0DD is #0E0F22. Grayscale: #EEEEEE. Windows color (decimal): -921379 or 14545137. OLE color: 14545137.
HSL color Cylindrical-coordinate representation of color #F1F0DD: hue angle of 57º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F1F0DD is Cyan = 0, Magento = 0.00, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 240 | 221 | - |
| CMYK | 0 | 0.00 | 0.08 | 0.05 |
| HSL | 57º | 0.42% | 0.91% | - |
| HSV(B) | 57º | 0.08% | 0.95% | - |
| XYZ | 80.49 | 86.24 | 80.81 | - |
| YUV | 238.13 | 118.33 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 240 | 221 | 0 | 0.00 | 0.08 | 0.05 | 57 | 0.42 | 0.91 |
| Hex | F1 | F0 | DD | 0 | 0 | 8 | 5 | 39 | 2A | 5B |
| Octal | 361 | 360 | 335 | 0 | 0 | 10 | 5 | 71 | 52 | 133 |
| Binary | 11110001 | 11110000 | 11011101 | 0 | 0 | 1000 | 101 | 111001 | 101010 | 1011011 |
Color Harmonies of #F1F0DD
Complementary color
Monochromatic Colors of #F1F0DD
Black with #F1F0DD
Text Example
Text Example
White with #F1F0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F0DD; }
p { color: rgb(241,240,221); }
H1.HeaderClassName
{
color: #F1F0DD;
}
.AnyTagClassName
{
color: #F1F0DD;
}
</style>
background-color css
<style>
a { background-color: #F1F0DD; }
a { background-color: rgb(241,240,221); }
div.DivClassName
{
background-color: #F1F0DD;
}
.BgClassName
{
background-color: #F1F0DD;
}
</style>
border-color css
<style>
span { border-color: #F1F0DD; }
span { border-color: rgb(241,240,221); }
td.TdClassName
{
border-color: #F1F0DD;
}
.TagClassName
{
border-color: #F1F0DD;
}
</style>