Shades of Alabaster #F0EFEA
Tints of Alabaster #F0EFEA
RGB
CMYK
RGB Variations
Color information
#F0EFEA (or 0xF0EFEA) is known color: Alabaster. HEX triplet: F0, EF and EA. RGB value is (240,239,234). Sum of RGB (Red+Green+Blue) = 240+239+234=713 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.66% from 713); Green value is 239 (93.75% from 255 or 33.52% from 713); Blue value is 234 (91.80% from 255 or 32.82% from 713); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EFEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EFEA is #0F1015. Grayscale: #EEEEEE. Windows color (decimal): -987158 or 15396848. OLE color: 15396848.
HSL color Cylindrical-coordinate representation of color #F0EFEA: hue angle of 50º degrees, saturation: 0.17, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F0EFEA is Cyan = 0, Magento = 0.00, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 239 | 234 | - |
| CMYK | 0 | 0.00 | 0.02 | 0.06 |
| HSL | 50º | 0.17% | 0.93% | - |
| HSV(B) | 50º | 0.02% | 0.94% | - |
| XYZ | 81.65 | 86.2 | 90.18 | - |
| YUV | 238.73 | 125.33 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 239 | 234 | 0 | 0.00 | 0.02 | 0.06 | 50 | 0.17 | 0.93 |
| Hex | F0 | EF | EA | 0 | 0 | 2 | 6 | 32 | 11 | 5D |
| Octal | 360 | 357 | 352 | 0 | 0 | 2 | 6 | 62 | 21 | 135 |
| Binary | 11110000 | 11101111 | 11101010 | 0 | 0 | 10 | 110 | 110010 | 10001 | 1011101 |
Color Harmonies of #F0EFEA
Complementary color
Monochromatic Colors of #F0EFEA
Black with #F0EFEA
Text Example
Text Example
White with #F0EFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EFEA; }
p { color: rgb(240,239,234); }
H1.HeaderClassName
{
color: #F0EFEA;
}
.AnyTagClassName
{
color: #F0EFEA;
}
</style>
background-color css
<style>
a { background-color: #F0EFEA; }
a { background-color: rgb(240,239,234); }
div.DivClassName
{
background-color: #F0EFEA;
}
.BgClassName
{
background-color: #F0EFEA;
}
</style>
border-color css
<style>
span { border-color: #F0EFEA; }
span { border-color: rgb(240,239,234); }
td.TdClassName
{
border-color: #F0EFEA;
}
.TagClassName
{
border-color: #F0EFEA;
}
</style>