Shades of Alabaster #F0EEE5
Tints of Alabaster #F0EEE5
RGB
CMYK
RGB Variations
Color information
#F0EEE5 (or 0xF0EEE5) is known color: Alabaster. HEX triplet: F0, EE and E5. RGB value is (240,238,229). Sum of RGB (Red+Green+Blue) = 240+238+229=707 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.95% from 707); Green value is 238 (93.36% from 255 or 33.66% from 707); Blue value is 229 (89.84% from 255 or 32.39% from 707); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EEE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EEE5 is #0F111A. Grayscale: #EDEDED. Windows color (decimal): -987419 or 15068912. OLE color: 15068912.
HSL color Cylindrical-coordinate representation of color #F0EEE5: hue angle of 49.09º degrees, saturation: 0.27, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F0EEE5 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 238 | 229 | - |
CMYK | 0 | 0.01 | 0.05 | 0.06 |
HSL | 49.09º | 0.27% | 0.92% | - |
HSV(B) | 49.09º | 0.05% | 0.94% | - |
XYZ | 80.65 | 85.33 | 86.35 | - |
YUV | 237.57 | 123.16 | 129.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 238 | 229 | 0 | 0.01 | 0.05 | 0.06 | 49.09 | 0.27 | 0.92 |
Hex | F0 | EE | E5 | 0 | 1 | 5 | 6 | 31 | 1B | 5C |
Octal | 360 | 356 | 345 | 0 | 1 | 5 | 6 | 61 | 33 | 134 |
Binary | 11110000 | 11101110 | 11100101 | 0 | 1 | 101 | 110 | 110001 | 11011 | 1011100 |
Color Harmonies of #F0EEE5
Complementary color
Monochromatic Colors of #F0EEE5
Black with #F0EEE5
Text Example
Text Example
White with #F0EEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EEE5; }
p { color: rgb(240,238,229); }
H1.HeaderClassName
{
color: #F0EEE5;
}
.AnyTagClassName
{
color: #F0EEE5;
}
</style>
background-color css
<style>
a { background-color: #F0EEE5; }
a { background-color: rgb(240,238,229); }
div.DivClassName
{
background-color: #F0EEE5;
}
.BgClassName
{
background-color: #F0EEE5;
}
</style>
border-color css
<style>
span { border-color: #F0EEE5; }
span { border-color: rgb(240,238,229); }
td.TdClassName
{
border-color: #F0EEE5;
}
.TagClassName
{
border-color: #F0EEE5;
}
</style>