Shades of Beige #F2F1DF
Tints of Beige #F2F1DF
RGB
CMYK
RGB Variations
Color information
#F2F1DF (or 0xF2F1DF) is known color: Beige. HEX triplet: F2, F1 and DF. RGB value is (242,241,223). Sum of RGB (Red+Green+Blue) = 242+241+223=706 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.28% from 706); Green value is 241 (94.53% from 255 or 34.14% from 706); Blue value is 223 (87.5% from 255 or 31.59% from 706); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F1DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F1DF is #0D0E20. Grayscale: #EFEFEF. Windows color (decimal): -855585 or 14676466. OLE color: 14676466.
HSL color Cylindrical-coordinate representation of color #F2F1DF: hue angle of 56.84º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F2F1DF is Cyan = 0, Magento = 0.00, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 241 | 223 | - |
| CMYK | 0 | 0.00 | 0.08 | 0.05 |
| HSL | 56.84º | 0.42% | 0.91% | - |
| HSV(B) | 56.84º | 0.08% | 0.95% | - |
| XYZ | 81.39 | 87.12 | 82.34 | - |
| YUV | 239.25 | 118.83 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 241 | 223 | 0 | 0.00 | 0.08 | 0.05 | 56.84 | 0.42 | 0.91 |
| Hex | F2 | F1 | DF | 0 | 0 | 8 | 5 | 39 | 2A | 5B |
| Octal | 362 | 361 | 337 | 0 | 0 | 10 | 5 | 71 | 52 | 133 |
| Binary | 11110010 | 11110001 | 11011111 | 0 | 0 | 1000 | 101 | 111001 | 101010 | 1011011 |
Color Harmonies of #F2F1DF
Complementary color
Monochromatic Colors of #F2F1DF
Black with #F2F1DF
Text Example
Text Example
White with #F2F1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F1DF; }
p { color: rgb(242,241,223); }
H1.HeaderClassName
{
color: #F2F1DF;
}
.AnyTagClassName
{
color: #F2F1DF;
}
</style>
background-color css
<style>
a { background-color: #F2F1DF; }
a { background-color: rgb(242,241,223); }
div.DivClassName
{
background-color: #F2F1DF;
}
.BgClassName
{
background-color: #F2F1DF;
}
</style>
border-color css
<style>
span { border-color: #F2F1DF; }
span { border-color: rgb(242,241,223); }
td.TdClassName
{
border-color: #F2F1DF;
}
.TagClassName
{
border-color: #F2F1DF;
}
</style>