Shades of Alabaster #F2F1E9
Tints of Alabaster #F2F1E9
RGB
CMYK
RGB Variations
Color information
#F2F1E9 (or 0xF2F1E9) is known color: Alabaster. HEX triplet: F2, F1 and E9. RGB value is (242,241,233). Sum of RGB (Red+Green+Blue) = 242+241+233=716 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.80% from 716); Green value is 241 (94.53% from 255 or 33.66% from 716); Blue value is 233 (91.41% from 255 or 32.54% from 716); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F1E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F1E9 is #0D0E16. Grayscale: #F0F0F0. Windows color (decimal): -855575 or 15331826. OLE color: 15331826.
HSL color Cylindrical-coordinate representation of color #F2F1E9: hue angle of 53.33º degrees, saturation: 0.26, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F2F1E9 is Cyan = 0, Magento = 0.00, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 241 | 233 | - |
| CMYK | 0 | 0.00 | 0.04 | 0.05 |
| HSL | 53.33º | 0.26% | 0.93% | - |
| HSV(B) | 53.33º | 0.04% | 0.95% | - |
| XYZ | 82.78 | 87.67 | 89.65 | - |
| YUV | 240.39 | 123.83 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 241 | 233 | 0 | 0.00 | 0.04 | 0.05 | 53.33 | 0.26 | 0.93 |
| Hex | F2 | F1 | E9 | 0 | 0 | 4 | 5 | 35 | 1A | 5D |
| Octal | 362 | 361 | 351 | 0 | 0 | 4 | 5 | 65 | 32 | 135 |
| Binary | 11110010 | 11110001 | 11101001 | 0 | 0 | 100 | 101 | 110101 | 11010 | 1011101 |
Color Harmonies of #F2F1E9
Complementary color
Monochromatic Colors of #F2F1E9
Black with #F2F1E9
Text Example
Text Example
White with #F2F1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F1E9; }
p { color: rgb(242,241,233); }
H1.HeaderClassName
{
color: #F2F1E9;
}
.AnyTagClassName
{
color: #F2F1E9;
}
</style>
background-color css
<style>
a { background-color: #F2F1E9; }
a { background-color: rgb(242,241,233); }
div.DivClassName
{
background-color: #F2F1E9;
}
.BgClassName
{
background-color: #F2F1E9;
}
</style>
border-color css
<style>
span { border-color: #F2F1E9; }
span { border-color: rgb(242,241,233); }
td.TdClassName
{
border-color: #F2F1E9;
}
.TagClassName
{
border-color: #F2F1E9;
}
</style>