Shades of Beige #F2F4DB
Tints of Beige #F2F4DB
RGB
CMYK
RGB Variations
Color information
#F2F4DB (or 0xF2F4DB) is known color: Beige. HEX triplet: F2, F4 and DB. RGB value is (242,244,219). Sum of RGB (Red+Green+Blue) = 242+244+219=705 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.33% from 705); Green value is 244 (95.70% from 255 or 34.61% from 705); Blue value is 219 (85.94% from 255 or 31.06% from 705); Max value from RGB is 244 - color contains mainly: green. Hex color #F2F4DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F4DB is #0D0B24. Grayscale: #F0F0F0. Windows color (decimal): -854821 or 14415090. OLE color: 14415090.
HSL color Cylindrical-coordinate representation of color #F2F4DB: hue angle of 64.8º degrees, saturation: 0.53, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2F4DB is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
RGB | 242 | 244 | 219 | - |
CMYK | 0.01 | 0 | 0.10 | 0.04 |
HSL | 64.8º | 0.53% | 0.91% | - |
HSV(B) | 64.8º | 0.1% | 0.96% | - |
XYZ | 81.75 | 88.69 | 79.83 | - |
YUV | 240.55 | 115.84 | 129.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 244 | 219 | 0.01 | 0 | 0.10 | 0.04 | 64.8 | 0.53 | 0.91 |
Hex | F2 | F4 | DB | 1 | 0 | A | 4 | 41 | 35 | 5B |
Octal | 362 | 364 | 333 | 1 | 0 | 12 | 4 | 101 | 65 | 133 |
Binary | 11110010 | 11110100 | 11011011 | 1 | 0 | 1010 | 100 | 1000001 | 110101 | 1011011 |
Color Harmonies of #F2F4DB
Complementary color
Monochromatic Colors of #F2F4DB
Black with #F2F4DB
Text Example
Text Example
White with #F2F4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F4DB; }
p { color: rgb(242,244,219); }
H1.HeaderClassName
{
color: #F2F4DB;
}
.AnyTagClassName
{
color: #F2F4DB;
}
</style>
background-color css
<style>
a { background-color: #F2F4DB; }
a { background-color: rgb(242,244,219); }
div.DivClassName
{
background-color: #F2F4DB;
}
.BgClassName
{
background-color: #F2F4DB;
}
</style>
border-color css
<style>
span { border-color: #F2F4DB; }
span { border-color: rgb(242,244,219); }
td.TdClassName
{
border-color: #F2F4DB;
}
.TagClassName
{
border-color: #F2F4DB;
}
</style>