Shades of Beige #F2F3DB
Tints of Beige #F2F3DB
RGB
CMYK
RGB Variations
Color information
#F2F3DB (or 0xF2F3DB) is known color: Beige. HEX triplet: F2, F3 and DB. RGB value is (242,243,219). Sum of RGB (Red+Green+Blue) = 242+243+219=704 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.38% from 704); Green value is 243 (95.31% from 255 or 34.52% from 704); Blue value is 219 (85.94% from 255 or 31.11% from 704); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F3DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F3DB is #0D0C24. Grayscale: #F0F0F0. Windows color (decimal): -855077 or 14414834. OLE color: 14414834.
HSL color Cylindrical-coordinate representation of color #F2F3DB: hue angle of 62.5º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2F3DB is Cyan = 0.00, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 243 | 219 | - |
| CMYK | 0.00 | 0 | 0.10 | 0.05 |
| HSL | 62.5º | 0.5% | 0.91% | - |
| HSV(B) | 62.5º | 0.1% | 0.95% | - |
| XYZ | 81.45 | 88.09 | 79.73 | - |
| YUV | 239.97 | 116.17 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 243 | 219 | 0.00 | 0 | 0.10 | 0.05 | 62.5 | 0.5 | 0.91 |
| Hex | F2 | F3 | DB | 0 | 0 | A | 5 | 3F | 32 | 5B |
| Octal | 362 | 363 | 333 | 0 | 0 | 12 | 5 | 77 | 62 | 133 |
| Binary | 11110010 | 11110011 | 11011011 | 0 | 0 | 1010 | 101 | 111111 | 110010 | 1011011 |
Color Harmonies of #F2F3DB
Complementary color
Monochromatic Colors of #F2F3DB
Black with #F2F3DB
Text Example
Text Example
White with #F2F3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F3DB; }
p { color: rgb(242,243,219); }
H1.HeaderClassName
{
color: #F2F3DB;
}
.AnyTagClassName
{
color: #F2F3DB;
}
</style>
background-color css
<style>
a { background-color: #F2F3DB; }
a { background-color: rgb(242,243,219); }
div.DivClassName
{
background-color: #F2F3DB;
}
.BgClassName
{
background-color: #F2F3DB;
}
</style>
border-color css
<style>
span { border-color: #F2F3DB; }
span { border-color: rgb(242,243,219); }
td.TdClassName
{
border-color: #F2F3DB;
}
.TagClassName
{
border-color: #F2F3DB;
}
</style>