Shades of Alabaster #F9F7EC
Tints of Alabaster #F9F7EC
RGB
CMYK
RGB Variations
Color information
#F9F7EC (or 0xF9F7EC) is known color: Alabaster. HEX triplet: F9, F7 and EC. RGB value is (249,247,236). Sum of RGB (Red+Green+Blue) = 249+247+236=732 (96% of max value = 765). Red value is 249 (97.66% from 255 or 34.02% from 732); Green value is 247 (96.88% from 255 or 33.74% from 732); Blue value is 236 (92.58% from 255 or 32.24% from 732); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F7EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F7EC is #060813. Grayscale: #F6F6F6. Windows color (decimal): -395284 or 15529977. OLE color: 15529977.
HSL color Cylindrical-coordinate representation of color #F9F7EC: hue angle of 50.77º degrees, saturation: 0.52, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F9F7EC is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 247 | 236 | - |
CMYK | 0 | 0.01 | 0.05 | 0.02 |
HSL | 50.77º | 0.52% | 0.95% | - |
HSV(B) | 50.77º | 0.05% | 0.98% | - |
XYZ | 87.47 | 92.72 | 92.64 | - |
YUV | 246.34 | 122.16 | 129.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 247 | 236 | 0 | 0.01 | 0.05 | 0.02 | 50.77 | 0.52 | 0.95 |
Hex | F9 | F7 | EC | 0 | 1 | 5 | 2 | 33 | 34 | 5F |
Octal | 371 | 367 | 354 | 0 | 1 | 5 | 2 | 63 | 64 | 137 |
Binary | 11111001 | 11110111 | 11101100 | 0 | 1 | 101 | 10 | 110011 | 110100 | 1011111 |
Color Harmonies of #F9F7EC
Complementary color
Monochromatic Colors of #F9F7EC
Black with #F9F7EC
Text Example
Text Example
White with #F9F7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F7EC; }
p { color: rgb(249,247,236); }
H1.HeaderClassName
{
color: #F9F7EC;
}
.AnyTagClassName
{
color: #F9F7EC;
}
</style>
background-color css
<style>
a { background-color: #F9F7EC; }
a { background-color: rgb(249,247,236); }
div.DivClassName
{
background-color: #F9F7EC;
}
.BgClassName
{
background-color: #F9F7EC;
}
</style>
border-color css
<style>
span { border-color: #F9F7EC; }
span { border-color: rgb(249,247,236); }
td.TdClassName
{
border-color: #F9F7EC;
}
.TagClassName
{
border-color: #F9F7EC;
}
</style>