Shades of Alabaster #FAF8ED
Tints of Alabaster #FAF8ED
RGB
CMYK
RGB Variations
Color information
#FAF8ED (or 0xFAF8ED) is known color: Alabaster. HEX triplet: FA, F8 and ED. RGB value is (250,248,237). Sum of RGB (Red+Green+Blue) = 250+248+237=735 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.01% from 735); Green value is 248 (97.27% from 255 or 33.74% from 735); Blue value is 237 (92.97% from 255 or 32.24% from 735); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF8ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF8ED is #050712. Grayscale: #F7F7F7. Windows color (decimal): -329491 or 15595770. OLE color: 15595770.
HSL color Cylindrical-coordinate representation of color #FAF8ED: hue angle of 50.77º degrees, saturation: 0.57, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FAF8ED is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 248 | 237 | - |
| CMYK | 0 | 0.01 | 0.05 | 0.02 |
| HSL | 50.77º | 0.57% | 0.95% | - |
| HSV(B) | 50.77º | 0.05% | 0.98% | - |
| XYZ | 88.28 | 93.57 | 93.53 | - |
| YUV | 247.34 | 122.16 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 248 | 237 | 0 | 0.01 | 0.05 | 0.02 | 50.77 | 0.57 | 0.95 |
| Hex | FA | F8 | ED | 0 | 1 | 5 | 2 | 33 | 39 | 5F |
| Octal | 372 | 370 | 355 | 0 | 1 | 5 | 2 | 63 | 71 | 137 |
| Binary | 11111010 | 11111000 | 11101101 | 0 | 1 | 101 | 10 | 110011 | 111001 | 1011111 |
Color Harmonies of #FAF8ED
Complementary color
Monochromatic Colors of #FAF8ED
Black with #FAF8ED
Text Example
Text Example
White with #FAF8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF8ED; }
p { color: rgb(250,248,237); }
H1.HeaderClassName
{
color: #FAF8ED;
}
.AnyTagClassName
{
color: #FAF8ED;
}
</style>
background-color css
<style>
a { background-color: #FAF8ED; }
a { background-color: rgb(250,248,237); }
div.DivClassName
{
background-color: #FAF8ED;
}
.BgClassName
{
background-color: #FAF8ED;
}
</style>
border-color css
<style>
span { border-color: #FAF8ED; }
span { border-color: rgb(250,248,237); }
td.TdClassName
{
border-color: #FAF8ED;
}
.TagClassName
{
border-color: #FAF8ED;
}
</style>