Shades of Alabaster #F2F1EC
Tints of Alabaster #F2F1EC
RGB
CMYK
RGB Variations
Color information
#F2F1EC (or 0xF2F1EC) is known color: Alabaster. HEX triplet: F2, F1 and EC. RGB value is (242,241,236). Sum of RGB (Red+Green+Blue) = 242+241+236=719 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.66% from 719); Green value is 241 (94.53% from 255 or 33.52% from 719); Blue value is 236 (92.58% from 255 or 32.82% from 719); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F1EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F1EC is #0D0E13. Grayscale: #F0F0F0. Windows color (decimal): -855572 or 15528434. OLE color: 15528434.
HSL color Cylindrical-coordinate representation of color #F2F1EC: hue angle of 50º degrees, saturation: 0.19, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F2F1EC is Cyan = 0, Magento = 0.00, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 241 | 236 | - |
| CMYK | 0 | 0.00 | 0.02 | 0.05 |
| HSL | 50º | 0.19% | 0.94% | - |
| HSV(B) | 50º | 0.02% | 0.95% | - |
| XYZ | 83.21 | 87.84 | 91.93 | - |
| YUV | 240.73 | 125.33 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 241 | 236 | 0 | 0.00 | 0.02 | 0.05 | 50 | 0.19 | 0.94 |
| Hex | F2 | F1 | EC | 0 | 0 | 2 | 5 | 32 | 13 | 5E |
| Octal | 362 | 361 | 354 | 0 | 0 | 2 | 5 | 62 | 23 | 136 |
| Binary | 11110010 | 11110001 | 11101100 | 0 | 0 | 10 | 101 | 110010 | 10011 | 1011110 |
Color Harmonies of #F2F1EC
Complementary color
Monochromatic Colors of #F2F1EC
Black with #F2F1EC
Text Example
Text Example
White with #F2F1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F1EC; }
p { color: rgb(242,241,236); }
H1.HeaderClassName
{
color: #F2F1EC;
}
.AnyTagClassName
{
color: #F2F1EC;
}
</style>
background-color css
<style>
a { background-color: #F2F1EC; }
a { background-color: rgb(242,241,236); }
div.DivClassName
{
background-color: #F2F1EC;
}
.BgClassName
{
background-color: #F2F1EC;
}
</style>
border-color css
<style>
span { border-color: #F2F1EC; }
span { border-color: rgb(242,241,236); }
td.TdClassName
{
border-color: #F2F1EC;
}
.TagClassName
{
border-color: #F2F1EC;
}
</style>