Shades of Alabaster #F5F3E5
Tints of Alabaster #F5F3E5
RGB
CMYK
RGB Variations
Color information
#F5F3E5 (or 0xF5F3E5) is known color: Alabaster. HEX triplet: F5, F3 and E5. RGB value is (245,243,229). Sum of RGB (Red+Green+Blue) = 245+243+229=717 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.17% from 717); Green value is 243 (95.31% from 255 or 33.89% from 717); Blue value is 229 (89.84% from 255 or 31.94% from 717); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F3E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F3E5 is #0A0C1A. Grayscale: #F2F2F2. Windows color (decimal): -658459 or 15070197. OLE color: 15070197.
HSL color Cylindrical-coordinate representation of color #F5F3E5: hue angle of 52.5º degrees, saturation: 0.44, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F5F3E5 is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 243 | 229 | - |
| CMYK | 0 | 0.01 | 0.07 | 0.04 |
| HSL | 52.5º | 0.44% | 0.93% | - |
| HSV(B) | 52.5º | 0.07% | 0.96% | - |
| XYZ | 83.85 | 89.17 | 86.92 | - |
| YUV | 242 | 120.66 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 243 | 229 | 0 | 0.01 | 0.07 | 0.04 | 52.5 | 0.44 | 0.93 |
| Hex | F5 | F3 | E5 | 0 | 1 | 7 | 4 | 34 | 2C | 5D |
| Octal | 365 | 363 | 345 | 0 | 1 | 7 | 4 | 64 | 54 | 135 |
| Binary | 11110101 | 11110011 | 11100101 | 0 | 1 | 111 | 100 | 110100 | 101100 | 1011101 |
Color Harmonies of #F5F3E5
Complementary color
Monochromatic Colors of #F5F3E5
Black with #F5F3E5
Text Example
Text Example
White with #F5F3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F3E5; }
p { color: rgb(245,243,229); }
H1.HeaderClassName
{
color: #F5F3E5;
}
.AnyTagClassName
{
color: #F5F3E5;
}
</style>
background-color css
<style>
a { background-color: #F5F3E5; }
a { background-color: rgb(245,243,229); }
div.DivClassName
{
background-color: #F5F3E5;
}
.BgClassName
{
background-color: #F5F3E5;
}
</style>
border-color css
<style>
span { border-color: #F5F3E5; }
span { border-color: rgb(245,243,229); }
td.TdClassName
{
border-color: #F5F3E5;
}
.TagClassName
{
border-color: #F5F3E5;
}
</style>