Shades of Alabaster #F1EFE6
Tints of Alabaster #F1EFE6
RGB
CMYK
RGB Variations
Color information
#F1EFE6 (or 0xF1EFE6) is known color: Alabaster. HEX triplet: F1, EF and E6. RGB value is (241,239,230). Sum of RGB (Red+Green+Blue) = 241+239+230=710 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.94% from 710); Green value is 239 (93.75% from 255 or 33.66% from 710); Blue value is 230 (90.23% from 255 or 32.39% from 710); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EFE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EFE6 is #0E1019. Grayscale: #EEEEEE. Windows color (decimal): -921626 or 15134705. OLE color: 15134705.
HSL color Cylindrical-coordinate representation of color #F1EFE6: hue angle of 49.09º degrees, saturation: 0.28, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F1EFE6 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 239 | 230 | - |
| CMYK | 0 | 0.01 | 0.05 | 0.05 |
| HSL | 49.09º | 0.28% | 0.92% | - |
| HSV(B) | 49.09º | 0.05% | 0.95% | - |
| XYZ | 81.43 | 86.15 | 87.2 | - |
| YUV | 238.57 | 123.16 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 239 | 230 | 0 | 0.01 | 0.05 | 0.05 | 49.09 | 0.28 | 0.92 |
| Hex | F1 | EF | E6 | 0 | 1 | 5 | 5 | 31 | 1C | 5C |
| Octal | 361 | 357 | 346 | 0 | 1 | 5 | 5 | 61 | 34 | 134 |
| Binary | 11110001 | 11101111 | 11100110 | 0 | 1 | 101 | 101 | 110001 | 11100 | 1011100 |
Color Harmonies of #F1EFE6
Complementary color
Monochromatic Colors of #F1EFE6
Black with #F1EFE6
Text Example
Text Example
White with #F1EFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EFE6; }
p { color: rgb(241,239,230); }
H1.HeaderClassName
{
color: #F1EFE6;
}
.AnyTagClassName
{
color: #F1EFE6;
}
</style>
background-color css
<style>
a { background-color: #F1EFE6; }
a { background-color: rgb(241,239,230); }
div.DivClassName
{
background-color: #F1EFE6;
}
.BgClassName
{
background-color: #F1EFE6;
}
</style>
border-color css
<style>
span { border-color: #F1EFE6; }
span { border-color: rgb(241,239,230); }
td.TdClassName
{
border-color: #F1EFE6;
}
.TagClassName
{
border-color: #F1EFE6;
}
</style>