Shades of Beige #F2F4D9
Tints of Beige #F2F4D9
RGB
CMYK
RGB Variations
Color information
#F2F4D9 (or 0xF2F4D9) is known color: Beige. HEX triplet: F2, F4 and D9. RGB value is (242,244,217). Sum of RGB (Red+Green+Blue) = 242+244+217=703 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.42% from 703); Green value is 244 (95.70% from 255 or 34.71% from 703); Blue value is 217 (85.16% from 255 or 30.87% from 703); Max value from RGB is 244 - color contains mainly: green. Hex color #F2F4D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F4D9 is #0D0B26. Grayscale: #F0F0F0. Windows color (decimal): -854823 or 14284018. OLE color: 14284018.
HSL color Cylindrical-coordinate representation of color #F2F4D9: hue angle of 64.44º degrees, saturation: 0.55, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F2F4D9 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
RGB | 242 | 244 | 217 | - |
CMYK | 0.01 | 0 | 0.11 | 0.04 |
HSL | 64.44º | 0.55% | 0.9% | - |
HSV(B) | 64.44º | 0.11% | 0.96% | - |
XYZ | 81.49 | 88.59 | 78.45 | - |
YUV | 240.32 | 114.84 | 129.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 244 | 217 | 0.01 | 0 | 0.11 | 0.04 | 64.44 | 0.55 | 0.9 |
Hex | F2 | F4 | D9 | 1 | 0 | B | 4 | 40 | 37 | 5A |
Octal | 362 | 364 | 331 | 1 | 0 | 13 | 4 | 100 | 67 | 132 |
Binary | 11110010 | 11110100 | 11011001 | 1 | 0 | 1011 | 100 | 1000000 | 110111 | 1011010 |
Color Harmonies of #F2F4D9
Complementary color
Monochromatic Colors of #F2F4D9
Black with #F2F4D9
Text Example
Text Example
White with #F2F4D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F4D9; }
p { color: rgb(242,244,217); }
H1.HeaderClassName
{
color: #F2F4D9;
}
.AnyTagClassName
{
color: #F2F4D9;
}
</style>
background-color css
<style>
a { background-color: #F2F4D9; }
a { background-color: rgb(242,244,217); }
div.DivClassName
{
background-color: #F2F4D9;
}
.BgClassName
{
background-color: #F2F4D9;
}
</style>
border-color css
<style>
span { border-color: #F2F4D9; }
span { border-color: rgb(242,244,217); }
td.TdClassName
{
border-color: #F2F4D9;
}
.TagClassName
{
border-color: #F2F4D9;
}
</style>