Shades of Alabaster #F1EFE8
Tints of Alabaster #F1EFE8
RGB
CMYK
RGB Variations
Color information
#F1EFE8 (or 0xF1EFE8) is known color: Alabaster. HEX triplet: F1, EF and E8. RGB value is (241,239,232). Sum of RGB (Red+Green+Blue) = 241+239+232=712 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.85% from 712); Green value is 239 (93.75% from 255 or 33.57% from 712); Blue value is 232 (91.02% from 255 or 32.58% from 712); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EFE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EFE8 is #0E1017. Grayscale: #EEEEEE. Windows color (decimal): -921624 or 15265777. OLE color: 15265777.
HSL color Cylindrical-coordinate representation of color #F1EFE8: hue angle of 46.67º degrees, saturation: 0.24, 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 #F1EFE8 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 239 | 232 | - |
| CMYK | 0 | 0.01 | 0.04 | 0.05 |
| HSL | 46.67º | 0.24% | 0.93% | - |
| HSV(B) | 46.67º | 0.04% | 0.95% | - |
| XYZ | 81.71 | 86.26 | 88.69 | - |
| YUV | 238.8 | 124.16 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 239 | 232 | 0 | 0.01 | 0.04 | 0.05 | 46.67 | 0.24 | 0.93 |
| Hex | F1 | EF | E8 | 0 | 1 | 4 | 5 | 2F | 18 | 5D |
| Octal | 361 | 357 | 350 | 0 | 1 | 4 | 5 | 57 | 30 | 135 |
| Binary | 11110001 | 11101111 | 11101000 | 0 | 1 | 100 | 101 | 101111 | 11000 | 1011101 |
Color Harmonies of #F1EFE8
Complementary color
Monochromatic Colors of #F1EFE8
Black with #F1EFE8
Text Example
Text Example
White with #F1EFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EFE8; }
p { color: rgb(241,239,232); }
H1.HeaderClassName
{
color: #F1EFE8;
}
.AnyTagClassName
{
color: #F1EFE8;
}
</style>
background-color css
<style>
a { background-color: #F1EFE8; }
a { background-color: rgb(241,239,232); }
div.DivClassName
{
background-color: #F1EFE8;
}
.BgClassName
{
background-color: #F1EFE8;
}
</style>
border-color css
<style>
span { border-color: #F1EFE8; }
span { border-color: rgb(241,239,232); }
td.TdClassName
{
border-color: #F1EFE8;
}
.TagClassName
{
border-color: #F1EFE8;
}
</style>