Shades of Beige #F1F0DC
Tints of Beige #F1F0DC
RGB
CMYK
RGB Variations
Color information
#F1F0DC (or 0xF1F0DC) is known color: Beige. HEX triplet: F1, F0 and DC. RGB value is (241,240,220). Sum of RGB (Red+Green+Blue) = 241+240+220=701 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.38% from 701); Green value is 240 (94.14% from 255 or 34.24% from 701); Blue value is 220 (86.33% from 255 or 31.38% from 701); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F0DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F0DC is #0E0F23. Grayscale: #EEEEEE. Windows color (decimal): -921380 or 14479601. OLE color: 14479601.
HSL color Cylindrical-coordinate representation of color #F1F0DC: hue angle of 57.14º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F1F0DC is Cyan = 0, Magento = 0.00, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 240 | 220 | - |
| CMYK | 0 | 0.00 | 0.09 | 0.05 |
| HSL | 57.14º | 0.43% | 0.9% | - |
| HSV(B) | 57.14º | 0.09% | 0.95% | - |
| XYZ | 80.35 | 86.19 | 80.11 | - |
| YUV | 238.02 | 117.83 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 240 | 220 | 0 | 0.00 | 0.09 | 0.05 | 57.14 | 0.43 | 0.9 |
| Hex | F1 | F0 | DC | 0 | 0 | 9 | 5 | 39 | 2B | 5A |
| Octal | 361 | 360 | 334 | 0 | 0 | 11 | 5 | 71 | 53 | 132 |
| Binary | 11110001 | 11110000 | 11011100 | 0 | 0 | 1001 | 101 | 111001 | 101011 | 1011010 |
Color Harmonies of #F1F0DC
Complementary color
Monochromatic Colors of #F1F0DC
Black with #F1F0DC
Text Example
Text Example
White with #F1F0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F0DC; }
p { color: rgb(241,240,220); }
H1.HeaderClassName
{
color: #F1F0DC;
}
.AnyTagClassName
{
color: #F1F0DC;
}
</style>
background-color css
<style>
a { background-color: #F1F0DC; }
a { background-color: rgb(241,240,220); }
div.DivClassName
{
background-color: #F1F0DC;
}
.BgClassName
{
background-color: #F1F0DC;
}
</style>
border-color css
<style>
span { border-color: #F1F0DC; }
span { border-color: rgb(241,240,220); }
td.TdClassName
{
border-color: #F1F0DC;
}
.TagClassName
{
border-color: #F1F0DC;
}
</style>