Shades of Beige #F2F2DA
Tints of Beige #F2F2DA
RGB
CMYK
RGB Variations
Color information
#F2F2DA (or 0xF2F2DA) is known color: Beige. HEX triplet: F2, F2 and DA. RGB value is (242,242,218). Sum of RGB (Red+Green+Blue) = 242+242+218=702 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.47% from 702); Green value is 242 (94.92% from 255 or 34.47% from 702); Blue value is 218 (85.55% from 255 or 31.05% from 702); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F2DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F2DA is #0D0D25. Grayscale: #EFEFEF. Windows color (decimal): -855334 or 14349042. OLE color: 14349042.
HSL color Cylindrical-coordinate representation of color #F2F2DA: hue angle of 60º degrees, saturation: 0.48, 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 #F2F2DA is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 242 | 218 | - |
| CMYK | 0 | 0 | 0.10 | 0.05 |
| HSL | 60º | 0.48% | 0.9% | - |
| HSV(B) | 60º | 0.1% | 0.95% | - |
| XYZ | 81.02 | 87.44 | 78.94 | - |
| YUV | 239.26 | 116 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 242 | 218 | 0 | 0 | 0.10 | 0.05 | 60 | 0.48 | 0.9 |
| Hex | F2 | F2 | DA | 0 | 0 | A | 5 | 3C | 30 | 5A |
| Octal | 362 | 362 | 332 | 0 | 0 | 12 | 5 | 74 | 60 | 132 |
| Binary | 11110010 | 11110010 | 11011010 | 0 | 0 | 1010 | 101 | 111100 | 110000 | 1011010 |
Color Harmonies of #F2F2DA
Complementary color
Monochromatic Colors of #F2F2DA
Black with #F2F2DA
Text Example
Text Example
White with #F2F2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F2DA; }
p { color: rgb(242,242,218); }
H1.HeaderClassName
{
color: #F2F2DA;
}
.AnyTagClassName
{
color: #F2F2DA;
}
</style>
background-color css
<style>
a { background-color: #F2F2DA; }
a { background-color: rgb(242,242,218); }
div.DivClassName
{
background-color: #F2F2DA;
}
.BgClassName
{
background-color: #F2F2DA;
}
</style>
border-color css
<style>
span { border-color: #F2F2DA; }
span { border-color: rgb(242,242,218); }
td.TdClassName
{
border-color: #F2F2DA;
}
.TagClassName
{
border-color: #F2F2DA;
}
</style>