Shades of Alabaster #F3F1E1
Tints of Alabaster #F3F1E1
RGB
CMYK
RGB Variations
Color information
#F3F1E1 (or 0xF3F1E1) is known color: Alabaster. HEX triplet: F3, F1 and E1. RGB value is (243,241,225). Sum of RGB (Red+Green+Blue) = 243+241+225=709 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.27% from 709); Green value is 241 (94.53% from 255 or 33.99% from 709); Blue value is 225 (88.28% from 255 or 31.73% from 709); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F1E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3F1E1 is #0C0E1E. Grayscale: #EFEFEF. Windows color (decimal): -790047 or 14807539. OLE color: 14807539.
HSL color Cylindrical-coordinate representation of color #F3F1E1: hue angle of 53.33º degrees, saturation: 0.43, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F3F1E1 is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 241 | 225 | - |
| CMYK | 0 | 0.01 | 0.07 | 0.05 |
| HSL | 53.33º | 0.43% | 0.92% | - |
| HSV(B) | 53.33º | 0.07% | 0.95% | - |
| XYZ | 82.01 | 87.4 | 83.78 | - |
| YUV | 239.77 | 119.66 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 241 | 225 | 0 | 0.01 | 0.07 | 0.05 | 53.33 | 0.43 | 0.92 |
| Hex | F3 | F1 | E1 | 0 | 1 | 7 | 5 | 35 | 2B | 5C |
| Octal | 363 | 361 | 341 | 0 | 1 | 7 | 5 | 65 | 53 | 134 |
| Binary | 11110011 | 11110001 | 11100001 | 0 | 1 | 111 | 101 | 110101 | 101011 | 1011100 |
Color Harmonies of #F3F1E1
Complementary color
Monochromatic Colors of #F3F1E1
Black with #F3F1E1
Text Example
Text Example
White with #F3F1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F1E1; }
p { color: rgb(243,241,225); }
H1.HeaderClassName
{
color: #F3F1E1;
}
.AnyTagClassName
{
color: #F3F1E1;
}
</style>
background-color css
<style>
a { background-color: #F3F1E1; }
a { background-color: rgb(243,241,225); }
div.DivClassName
{
background-color: #F3F1E1;
}
.BgClassName
{
background-color: #F3F1E1;
}
</style>
border-color css
<style>
span { border-color: #F3F1E1; }
span { border-color: rgb(243,241,225); }
td.TdClassName
{
border-color: #F3F1E1;
}
.TagClassName
{
border-color: #F3F1E1;
}
</style>