Shades of Alabaster #F0F0EF
Tints of Alabaster #F0F0EF
RGB
CMYK
RGB Variations
Color information
#F0F0EF (or 0xF0F0EF) is known color: Alabaster. HEX triplet: F0, F0 and EF. RGB value is (240,240,239). Sum of RGB (Red+Green+Blue) = 240+240+239=719 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.38% from 719); Green value is 240 (94.14% from 255 or 33.38% from 719); Blue value is 239 (93.75% from 255 or 33.24% from 719); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F0EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F0EF is #0F0F10. Grayscale: #EFEFEF. Windows color (decimal): -986897 or 15724784. OLE color: 15724784.
HSL color Cylindrical-coordinate representation of color #F0F0EF: hue angle of 60º degrees, saturation: 0.03, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0%. Process color model (Four color, CMYK) of #F0F0EF is Cyan = 0, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 240 | 239 | - |
| CMYK | 0 | 0 | 0.00 | 0.06 |
| HSL | 60º | 0.03% | 0.94% | - |
| HSV(B) | 60º | 0% | 0.94% | - |
| XYZ | 82.68 | 87.08 | 94.11 | - |
| YUV | 239.89 | 127.5 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 240 | 239 | 0 | 0 | 0.00 | 0.06 | 60 | 0.03 | 0.94 |
| Hex | F0 | F0 | EF | 0 | 0 | 0 | 6 | 3C | 3 | 5E |
| Octal | 360 | 360 | 357 | 0 | 0 | 0 | 6 | 74 | 3 | 136 |
| Binary | 11110000 | 11110000 | 11101111 | 0 | 0 | 0 | 110 | 111100 | 11 | 1011110 |
Color Harmonies of #F0F0EF
Complementary color
Monochromatic Colors of #F0F0EF
Black with #F0F0EF
Text Example
Text Example
White with #F0F0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F0EF; }
p { color: rgb(240,240,239); }
H1.HeaderClassName
{
color: #F0F0EF;
}
.AnyTagClassName
{
color: #F0F0EF;
}
</style>
background-color css
<style>
a { background-color: #F0F0EF; }
a { background-color: rgb(240,240,239); }
div.DivClassName
{
background-color: #F0F0EF;
}
.BgClassName
{
background-color: #F0F0EF;
}
</style>
border-color css
<style>
span { border-color: #F0F0EF; }
span { border-color: rgb(240,240,239); }
td.TdClassName
{
border-color: #F0F0EF;
}
.TagClassName
{
border-color: #F0F0EF;
}
</style>