Shades of Beige #F1F2DA
Tints of Beige #F1F2DA
RGB
CMYK
RGB Variations
Color information
#F1F2DA (or 0xF1F2DA) is known color: Beige. HEX triplet: F1, F2 and DA. RGB value is (241,242,218). Sum of RGB (Red+Green+Blue) = 241+242+218=701 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.38% from 701); Green value is 242 (94.92% from 255 or 34.52% from 701); Blue value is 218 (85.55% from 255 or 31.10% from 701); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F2DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F2DA is #0E0D25. Grayscale: #EFEFEF. Windows color (decimal): -920870 or 14349041. OLE color: 14349041.
HSL color Cylindrical-coordinate representation of color #F1F2DA: hue angle of 62.5º 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 #F1F2DA is Cyan = 0.00, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 242 | 218 | - |
| CMYK | 0.00 | 0 | 0.10 | 0.05 |
| HSL | 62.5º | 0.48% | 0.9% | - |
| HSV(B) | 62.5º | 0.1% | 0.95% | - |
| XYZ | 80.68 | 87.27 | 78.92 | - |
| YUV | 238.97 | 116.17 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 242 | 218 | 0.00 | 0 | 0.10 | 0.05 | 62.5 | 0.48 | 0.9 |
| Hex | F1 | F2 | DA | 0 | 0 | A | 5 | 3F | 30 | 5A |
| Octal | 361 | 362 | 332 | 0 | 0 | 12 | 5 | 77 | 60 | 132 |
| Binary | 11110001 | 11110010 | 11011010 | 0 | 0 | 1010 | 101 | 111111 | 110000 | 1011010 |
Color Harmonies of #F1F2DA
Complementary color
Monochromatic Colors of #F1F2DA
Black with #F1F2DA
Text Example
Text Example
White with #F1F2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F2DA; }
p { color: rgb(241,242,218); }
H1.HeaderClassName
{
color: #F1F2DA;
}
.AnyTagClassName
{
color: #F1F2DA;
}
</style>
background-color css
<style>
a { background-color: #F1F2DA; }
a { background-color: rgb(241,242,218); }
div.DivClassName
{
background-color: #F1F2DA;
}
.BgClassName
{
background-color: #F1F2DA;
}
</style>
border-color css
<style>
span { border-color: #F1F2DA; }
span { border-color: rgb(241,242,218); }
td.TdClassName
{
border-color: #F1F2DA;
}
.TagClassName
{
border-color: #F1F2DA;
}
</style>