Shades of Beige #F2F4D6
Tints of Beige #F2F4D6
RGB
CMYK
RGB Variations
Color information
#F2F4D6 (or 0xF2F4D6) is known color: Beige. HEX triplet: F2, F4 and D6. RGB value is (242,244,214). Sum of RGB (Red+Green+Blue) = 242+244+214=700 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.57% from 700); Green value is 244 (95.70% from 255 or 34.86% from 700); Blue value is 214 (83.98% from 255 or 30.57% from 700); Max value from RGB is 244 - color contains mainly: green. Hex color #F2F4D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F4D6 is #0D0B29. Grayscale: #F0F0F0. Windows color (decimal): -854826 or 14087410. OLE color: 14087410.
HSL color Cylindrical-coordinate representation of color #F2F4D6: hue angle of 64º degrees, saturation: 0.58, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F2F4D6 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 244 | 214 | - |
| CMYK | 0.01 | 0 | 0.12 | 0.04 |
| HSL | 64º | 0.58% | 0.9% | - |
| HSV(B) | 64º | 0.12% | 0.96% | - |
| XYZ | 81.11 | 88.43 | 76.41 | - |
| YUV | 239.98 | 113.34 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 244 | 214 | 0.01 | 0 | 0.12 | 0.04 | 64 | 0.58 | 0.9 |
| Hex | F2 | F4 | D6 | 1 | 0 | C | 4 | 40 | 3A | 5A |
| Octal | 362 | 364 | 326 | 1 | 0 | 14 | 4 | 100 | 72 | 132 |
| Binary | 11110010 | 11110100 | 11010110 | 1 | 0 | 1100 | 100 | 1000000 | 111010 | 1011010 |
Color Harmonies of #F2F4D6
Complementary color
Monochromatic Colors of #F2F4D6
Black with #F2F4D6
Text Example
Text Example
White with #F2F4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F4D6; }
p { color: rgb(242,244,214); }
H1.HeaderClassName
{
color: #F2F4D6;
}
.AnyTagClassName
{
color: #F2F4D6;
}
</style>
background-color css
<style>
a { background-color: #F2F4D6; }
a { background-color: rgb(242,244,214); }
div.DivClassName
{
background-color: #F2F4D6;
}
.BgClassName
{
background-color: #F2F4D6;
}
</style>
border-color css
<style>
span { border-color: #F2F4D6; }
span { border-color: rgb(242,244,214); }
td.TdClassName
{
border-color: #F2F4D6;
}
.TagClassName
{
border-color: #F2F4D6;
}
</style>