Shades of Alabaster #F5F3EA
Tints of Alabaster #F5F3EA
RGB
CMYK
RGB Variations
Color information
#F5F3EA (or 0xF5F3EA) is known color: Alabaster. HEX triplet: F5, F3 and EA. RGB value is (245,243,234). Sum of RGB (Red+Green+Blue) = 245+243+234=722 (95% of max value = 765). Red value is 245 (96.09% from 255 or 33.93% from 722); Green value is 243 (95.31% from 255 or 33.66% from 722); Blue value is 234 (91.80% from 255 or 32.41% from 722); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F3EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F3EA is #0A0C15. Grayscale: #F2F2F2. Windows color (decimal): -658454 or 15397877. OLE color: 15397877.
HSL color Cylindrical-coordinate representation of color #F5F3EA: hue angle of 49.09º degrees, saturation: 0.35, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F5F3EA is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 243 | 234 | - |
| CMYK | 0 | 0.01 | 0.04 | 0.04 |
| HSL | 49.09º | 0.35% | 0.94% | - |
| HSV(B) | 49.09º | 0.04% | 0.96% | - |
| XYZ | 84.56 | 89.45 | 90.65 | - |
| YUV | 242.57 | 123.16 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 243 | 234 | 0 | 0.01 | 0.04 | 0.04 | 49.09 | 0.35 | 0.94 |
| Hex | F5 | F3 | EA | 0 | 1 | 4 | 4 | 31 | 23 | 5E |
| Octal | 365 | 363 | 352 | 0 | 1 | 4 | 4 | 61 | 43 | 136 |
| Binary | 11110101 | 11110011 | 11101010 | 0 | 1 | 100 | 100 | 110001 | 100011 | 1011110 |
Color Harmonies of #F5F3EA
Complementary color
Monochromatic Colors of #F5F3EA
Black with #F5F3EA
Text Example
Text Example
White with #F5F3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F3EA; }
p { color: rgb(245,243,234); }
H1.HeaderClassName
{
color: #F5F3EA;
}
.AnyTagClassName
{
color: #F5F3EA;
}
</style>
background-color css
<style>
a { background-color: #F5F3EA; }
a { background-color: rgb(245,243,234); }
div.DivClassName
{
background-color: #F5F3EA;
}
.BgClassName
{
background-color: #F5F3EA;
}
</style>
border-color css
<style>
span { border-color: #F5F3EA; }
span { border-color: rgb(245,243,234); }
td.TdClassName
{
border-color: #F5F3EA;
}
.TagClassName
{
border-color: #F5F3EA;
}
</style>