Shades of Alabaster #F3F0E2
Tints of Alabaster #F3F0E2
RGB
CMYK
RGB Variations
Color information
#F3F0E2 (or 0xF3F0E2) is known color: Alabaster. HEX triplet: F3, F0 and E2. RGB value is (243,240,226). Sum of RGB (Red+Green+Blue) = 243+240+226=709 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.27% from 709); Green value is 240 (94.14% from 255 or 33.85% from 709); Blue value is 226 (88.67% from 255 or 31.88% from 709); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F0E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3F0E2 is #0C0F1D. Grayscale: #EFEFEF. Windows color (decimal): -790302 or 14872819. OLE color: 14872819.
HSL color Cylindrical-coordinate representation of color #F3F0E2: hue angle of 49.41º degrees, saturation: 0.41, 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 #F3F0E2 is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 240 | 226 | - |
| CMYK | 0 | 0.01 | 0.07 | 0.05 |
| HSL | 49.41º | 0.41% | 0.92% | - |
| HSV(B) | 49.41º | 0.07% | 0.95% | - |
| XYZ | 81.85 | 86.87 | 84.4 | - |
| YUV | 239.3 | 120.49 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 240 | 226 | 0 | 0.01 | 0.07 | 0.05 | 49.41 | 0.41 | 0.92 |
| Hex | F3 | F0 | E2 | 0 | 1 | 7 | 5 | 31 | 29 | 5C |
| Octal | 363 | 360 | 342 | 0 | 1 | 7 | 5 | 61 | 51 | 134 |
| Binary | 11110011 | 11110000 | 11100010 | 0 | 1 | 111 | 101 | 110001 | 101001 | 1011100 |
Color Harmonies of #F3F0E2
Complementary color
Monochromatic Colors of #F3F0E2
Black with #F3F0E2
Text Example
Text Example
White with #F3F0E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F0E2; }
p { color: rgb(243,240,226); }
H1.HeaderClassName
{
color: #F3F0E2;
}
.AnyTagClassName
{
color: #F3F0E2;
}
</style>
background-color css
<style>
a { background-color: #F3F0E2; }
a { background-color: rgb(243,240,226); }
div.DivClassName
{
background-color: #F3F0E2;
}
.BgClassName
{
background-color: #F3F0E2;
}
</style>
border-color css
<style>
span { border-color: #F3F0E2; }
span { border-color: rgb(243,240,226); }
td.TdClassName
{
border-color: #F3F0E2;
}
.TagClassName
{
border-color: #F3F0E2;
}
</style>