Shades of Alabaster #F0EFE6
Tints of Alabaster #F0EFE6
RGB
CMYK
RGB Variations
Color information
#F0EFE6 (or 0xF0EFE6) is known color: Alabaster. HEX triplet: F0, EF and E6. RGB value is (240,239,230). Sum of RGB (Red+Green+Blue) = 240+239+230=709 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.85% from 709); Green value is 239 (93.75% from 255 or 33.71% from 709); Blue value is 230 (90.23% from 255 or 32.44% from 709); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EFE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EFE6 is #0F1019. Grayscale: #EEEEEE. Windows color (decimal): -987162 or 15134704. OLE color: 15134704.
HSL color Cylindrical-coordinate representation of color #F0EFE6: hue angle of 54º degrees, saturation: 0.25, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F0EFE6 is Cyan = 0, Magento = 0.00, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 239 | 230 | - |
| CMYK | 0 | 0.00 | 0.04 | 0.06 |
| HSL | 54º | 0.25% | 0.92% | - |
| HSV(B) | 54º | 0.04% | 0.94% | - |
| XYZ | 81.08 | 85.97 | 87.18 | - |
| YUV | 238.27 | 123.33 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 239 | 230 | 0 | 0.00 | 0.04 | 0.06 | 54 | 0.25 | 0.92 |
| Hex | F0 | EF | E6 | 0 | 0 | 4 | 6 | 36 | 19 | 5C |
| Octal | 360 | 357 | 346 | 0 | 0 | 4 | 6 | 66 | 31 | 134 |
| Binary | 11110000 | 11101111 | 11100110 | 0 | 0 | 100 | 110 | 110110 | 11001 | 1011100 |
Color Harmonies of #F0EFE6
Complementary color
Monochromatic Colors of #F0EFE6
Black with #F0EFE6
Text Example
Text Example
White with #F0EFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EFE6; }
p { color: rgb(240,239,230); }
H1.HeaderClassName
{
color: #F0EFE6;
}
.AnyTagClassName
{
color: #F0EFE6;
}
</style>
background-color css
<style>
a { background-color: #F0EFE6; }
a { background-color: rgb(240,239,230); }
div.DivClassName
{
background-color: #F0EFE6;
}
.BgClassName
{
background-color: #F0EFE6;
}
</style>
border-color css
<style>
span { border-color: #F0EFE6; }
span { border-color: rgb(240,239,230); }
td.TdClassName
{
border-color: #F0EFE6;
}
.TagClassName
{
border-color: #F0EFE6;
}
</style>