Shades of Beige #F2F1DB
Tints of Beige #F2F1DB
RGB
CMYK
RGB Variations
Color information
#F2F1DB (or 0xF2F1DB) is known color: Beige. HEX triplet: F2, F1 and DB. RGB value is (242,241,219). Sum of RGB (Red+Green+Blue) = 242+241+219=702 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.47% from 702); Green value is 241 (94.53% from 255 or 34.33% from 702); Blue value is 219 (85.94% from 255 or 31.20% from 702); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F1DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F1DB is #0D0E24. Grayscale: #EEEEEE. Windows color (decimal): -855589 or 14414322. OLE color: 14414322.
HSL color Cylindrical-coordinate representation of color #F2F1DB: hue angle of 57.39º 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 #F2F1DB is Cyan = 0, Magento = 0.00, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 241 | 219 | - |
| CMYK | 0 | 0.00 | 0.10 | 0.05 |
| HSL | 57.39º | 0.47% | 0.9% | - |
| HSV(B) | 57.39º | 0.1% | 0.95% | - |
| XYZ | 80.86 | 86.9 | 79.53 | - |
| YUV | 238.79 | 116.83 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 241 | 219 | 0 | 0.00 | 0.10 | 0.05 | 57.39 | 0.47 | 0.9 |
| Hex | F2 | F1 | DB | 0 | 0 | A | 5 | 39 | 2F | 5A |
| Octal | 362 | 361 | 333 | 0 | 0 | 12 | 5 | 71 | 57 | 132 |
| Binary | 11110010 | 11110001 | 11011011 | 0 | 0 | 1010 | 101 | 111001 | 101111 | 1011010 |
Color Harmonies of #F2F1DB
Complementary color
Monochromatic Colors of #F2F1DB
Black with #F2F1DB
Text Example
Text Example
White with #F2F1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F1DB; }
p { color: rgb(242,241,219); }
H1.HeaderClassName
{
color: #F2F1DB;
}
.AnyTagClassName
{
color: #F2F1DB;
}
</style>
background-color css
<style>
a { background-color: #F2F1DB; }
a { background-color: rgb(242,241,219); }
div.DivClassName
{
background-color: #F2F1DB;
}
.BgClassName
{
background-color: #F2F1DB;
}
</style>
border-color css
<style>
span { border-color: #F2F1DB; }
span { border-color: rgb(242,241,219); }
td.TdClassName
{
border-color: #F2F1DB;
}
.TagClassName
{
border-color: #F2F1DB;
}
</style>