Shades of Alabaster #F8F5E9
Tints of Alabaster #F8F5E9
RGB
CMYK
RGB Variations
Color information
#F8F5E9 (or 0xF8F5E9) is known color: Alabaster. HEX triplet: F8, F5 and E9. RGB value is (248,245,233). Sum of RGB (Red+Green+Blue) = 248+245+233=726 (96% of max value = 765). Red value is 248 (97.27% from 255 or 34.16% from 726); Green value is 245 (96.09% from 255 or 33.75% from 726); Blue value is 233 (91.41% from 255 or 32.09% from 726); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F5E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F5E9 is #070A16. Grayscale: #F4F4F4. Windows color (decimal): -461335 or 15332856. OLE color: 15332856.
HSL color Cylindrical-coordinate representation of color #F8F5E9: hue angle of 48º degrees, saturation: 0.52, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F8F5E9 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
RGB | 248 | 245 | 233 | - |
CMYK | 0 | 0.01 | 0.06 | 0.03 |
HSL | 48º | 0.52% | 0.94% | - |
HSV(B) | 48º | 0.06% | 0.97% | - |
XYZ | 86.07 | 91.14 | 90.15 | - |
YUV | 244.53 | 121.49 | 130.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 245 | 233 | 0 | 0.01 | 0.06 | 0.03 | 48 | 0.52 | 0.94 |
Hex | F8 | F5 | E9 | 0 | 1 | 6 | 3 | 30 | 34 | 5E |
Octal | 370 | 365 | 351 | 0 | 1 | 6 | 3 | 60 | 64 | 136 |
Binary | 11111000 | 11110101 | 11101001 | 0 | 1 | 110 | 11 | 110000 | 110100 | 1011110 |
Color Harmonies of #F8F5E9
Complementary color
Monochromatic Colors of #F8F5E9
Black with #F8F5E9
Text Example
Text Example
White with #F8F5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F5E9; }
p { color: rgb(248,245,233); }
H1.HeaderClassName
{
color: #F8F5E9;
}
.AnyTagClassName
{
color: #F8F5E9;
}
</style>
background-color css
<style>
a { background-color: #F8F5E9; }
a { background-color: rgb(248,245,233); }
div.DivClassName
{
background-color: #F8F5E9;
}
.BgClassName
{
background-color: #F8F5E9;
}
</style>
border-color css
<style>
span { border-color: #F8F5E9; }
span { border-color: rgb(248,245,233); }
td.TdClassName
{
border-color: #F8F5E9;
}
.TagClassName
{
border-color: #F8F5E9;
}
</style>