Shades of Alabaster #F0EEE2
Tints of Alabaster #F0EEE2
RGB
CMYK
RGB Variations
Color information
#F0EEE2 (or 0xF0EEE2) is known color: Alabaster. HEX triplet: F0, EE and E2. RGB value is (240,238,226). Sum of RGB (Red+Green+Blue) = 240+238+226=704 (93% of max value = 765). Red value is 240 (94.14% from 255 or 34.09% from 704); Green value is 238 (93.36% from 255 or 33.81% from 704); Blue value is 226 (88.67% from 255 or 32.10% from 704); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EEE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EEE2 is #0F111D. Grayscale: #EDEDED. Windows color (decimal): -987422 or 14872304. OLE color: 14872304.
HSL color Cylindrical-coordinate representation of color #F0EEE2: hue angle of 51.43º degrees, saturation: 0.32, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F0EEE2 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 238 | 226 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.06 |
| HSL | 51.43º | 0.32% | 0.91% | - |
| HSV(B) | 51.43º | 0.06% | 0.94% | - |
| XYZ | 80.24 | 85.17 | 84.16 | - |
| YUV | 237.23 | 121.66 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 238 | 226 | 0 | 0.01 | 0.06 | 0.06 | 51.43 | 0.32 | 0.91 |
| Hex | F0 | EE | E2 | 0 | 1 | 6 | 6 | 33 | 20 | 5B |
| Octal | 360 | 356 | 342 | 0 | 1 | 6 | 6 | 63 | 40 | 133 |
| Binary | 11110000 | 11101110 | 11100010 | 0 | 1 | 110 | 110 | 110011 | 100000 | 1011011 |
Color Harmonies of #F0EEE2
Complementary color
Monochromatic Colors of #F0EEE2
Black with #F0EEE2
Text Example
Text Example
White with #F0EEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EEE2; }
p { color: rgb(240,238,226); }
H1.HeaderClassName
{
color: #F0EEE2;
}
.AnyTagClassName
{
color: #F0EEE2;
}
</style>
background-color css
<style>
a { background-color: #F0EEE2; }
a { background-color: rgb(240,238,226); }
div.DivClassName
{
background-color: #F0EEE2;
}
.BgClassName
{
background-color: #F0EEE2;
}
</style>
border-color css
<style>
span { border-color: #F0EEE2; }
span { border-color: rgb(240,238,226); }
td.TdClassName
{
border-color: #F0EEE2;
}
.TagClassName
{
border-color: #F0EEE2;
}
</style>