Shades of Beige #F2F2DC
Tints of Beige #F2F2DC
RGB
CMYK
RGB Variations
Color information
#F2F2DC (or 0xF2F2DC) is known color: Beige. HEX triplet: F2, F2 and DC. RGB value is (242,242,220). Sum of RGB (Red+Green+Blue) = 242+242+220=704 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.38% from 704); Green value is 242 (94.92% from 255 or 34.38% from 704); Blue value is 220 (86.33% from 255 or 31.25% from 704); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F2DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F2DC is #0D0D23. Grayscale: #EFEFEF. Windows color (decimal): -855332 or 14480114. OLE color: 14480114.
HSL color Cylindrical-coordinate representation of color #F2F2DC: hue angle of 60º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F2F2DC is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 242 | 220 | - |
| CMYK | 0 | 0 | 0.09 | 0.05 |
| HSL | 60º | 0.46% | 0.91% | - |
| HSV(B) | 60º | 0.09% | 0.95% | - |
| XYZ | 81.29 | 87.55 | 80.32 | - |
| YUV | 239.49 | 117 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 242 | 220 | 0 | 0 | 0.09 | 0.05 | 60 | 0.46 | 0.91 |
| Hex | F2 | F2 | DC | 0 | 0 | 9 | 5 | 3C | 2E | 5B |
| Octal | 362 | 362 | 334 | 0 | 0 | 11 | 5 | 74 | 56 | 133 |
| Binary | 11110010 | 11110010 | 11011100 | 0 | 0 | 1001 | 101 | 111100 | 101110 | 1011011 |
Color Harmonies of #F2F2DC
Complementary color
Monochromatic Colors of #F2F2DC
Black with #F2F2DC
Text Example
Text Example
White with #F2F2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F2DC; }
p { color: rgb(242,242,220); }
H1.HeaderClassName
{
color: #F2F2DC;
}
.AnyTagClassName
{
color: #F2F2DC;
}
</style>
background-color css
<style>
a { background-color: #F2F2DC; }
a { background-color: rgb(242,242,220); }
div.DivClassName
{
background-color: #F2F2DC;
}
.BgClassName
{
background-color: #F2F2DC;
}
</style>
border-color css
<style>
span { border-color: #F2F2DC; }
span { border-color: rgb(242,242,220); }
td.TdClassName
{
border-color: #F2F2DC;
}
.TagClassName
{
border-color: #F2F2DC;
}
</style>