Shades of Beige #F2F2DB
Tints of Beige #F2F2DB
RGB
CMYK
RGB Variations
Color information
#F2F2DB (or 0xF2F2DB) is known color: Beige. HEX triplet: F2, F2 and DB. RGB value is (242,242,219). Sum of RGB (Red+Green+Blue) = 242+242+219=703 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.42% from 703); Green value is 242 (94.92% from 255 or 34.42% from 703); Blue value is 219 (85.94% from 255 or 31.15% from 703); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F2DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F2DB is #0D0D24. Grayscale: #EFEFEF. Windows color (decimal): -855333 or 14414578. OLE color: 14414578.
HSL color Cylindrical-coordinate representation of color #F2F2DB: hue angle of 60º 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 #F2F2DB is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 242 | 219 | - |
| CMYK | 0 | 0 | 0.10 | 0.05 |
| HSL | 60º | 0.47% | 0.9% | - |
| HSV(B) | 60º | 0.1% | 0.95% | - |
| XYZ | 81.16 | 87.5 | 79.63 | - |
| YUV | 239.38 | 116.5 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 242 | 219 | 0 | 0 | 0.10 | 0.05 | 60 | 0.47 | 0.9 |
| Hex | F2 | F2 | DB | 0 | 0 | A | 5 | 3C | 2F | 5A |
| Octal | 362 | 362 | 333 | 0 | 0 | 12 | 5 | 74 | 57 | 132 |
| Binary | 11110010 | 11110010 | 11011011 | 0 | 0 | 1010 | 101 | 111100 | 101111 | 1011010 |
Color Harmonies of #F2F2DB
Complementary color
Monochromatic Colors of #F2F2DB
Black with #F2F2DB
Text Example
Text Example
White with #F2F2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F2DB; }
p { color: rgb(242,242,219); }
H1.HeaderClassName
{
color: #F2F2DB;
}
.AnyTagClassName
{
color: #F2F2DB;
}
</style>
background-color css
<style>
a { background-color: #F2F2DB; }
a { background-color: rgb(242,242,219); }
div.DivClassName
{
background-color: #F2F2DB;
}
.BgClassName
{
background-color: #F2F2DB;
}
</style>
border-color css
<style>
span { border-color: #F2F2DB; }
span { border-color: rgb(242,242,219); }
td.TdClassName
{
border-color: #F2F2DB;
}
.TagClassName
{
border-color: #F2F2DB;
}
</style>