Shades of Beige #F2F1DD
Tints of Beige #F2F1DD
RGB
CMYK
RGB Variations
Color information
#F2F1DD (or 0xF2F1DD) is known color: Beige. HEX triplet: F2, F1 and DD. RGB value is (242,241,221). Sum of RGB (Red+Green+Blue) = 242+241+221=704 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.38% from 704); Green value is 241 (94.53% from 255 or 34.23% from 704); Blue value is 221 (86.72% from 255 or 31.39% from 704); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F1DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F1DD is #0D0E22. Grayscale: #EFEFEF. Windows color (decimal): -855587 or 14545394. OLE color: 14545394.
HSL color Cylindrical-coordinate representation of color #F2F1DD: hue angle of 57.14º degrees, saturation: 0.45, 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 #F2F1DD is Cyan = 0, Magento = 0.00, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 241 | 221 | - |
| CMYK | 0 | 0.00 | 0.09 | 0.05 |
| HSL | 57.14º | 0.45% | 0.91% | - |
| HSV(B) | 57.14º | 0.09% | 0.95% | - |
| XYZ | 81.12 | 87.01 | 80.93 | - |
| YUV | 239.02 | 117.83 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 241 | 221 | 0 | 0.00 | 0.09 | 0.05 | 57.14 | 0.45 | 0.91 |
| Hex | F2 | F1 | DD | 0 | 0 | 9 | 5 | 39 | 2D | 5B |
| Octal | 362 | 361 | 335 | 0 | 0 | 11 | 5 | 71 | 55 | 133 |
| Binary | 11110010 | 11110001 | 11011101 | 0 | 0 | 1001 | 101 | 111001 | 101101 | 1011011 |
Color Harmonies of #F2F1DD
Complementary color
Monochromatic Colors of #F2F1DD
Black with #F2F1DD
Text Example
Text Example
White with #F2F1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F1DD; }
p { color: rgb(242,241,221); }
H1.HeaderClassName
{
color: #F2F1DD;
}
.AnyTagClassName
{
color: #F2F1DD;
}
</style>
background-color css
<style>
a { background-color: #F2F1DD; }
a { background-color: rgb(242,241,221); }
div.DivClassName
{
background-color: #F2F1DD;
}
.BgClassName
{
background-color: #F2F1DD;
}
</style>
border-color css
<style>
span { border-color: #F2F1DD; }
span { border-color: rgb(242,241,221); }
td.TdClassName
{
border-color: #F2F1DD;
}
.TagClassName
{
border-color: #F2F1DD;
}
</style>