Shades of Alabaster #FAF6E6
Tints of Alabaster #FAF6E6
RGB
CMYK
RGB Variations
Color information
#FAF6E6 (or 0xFAF6E6) is known color: Alabaster. HEX triplet: FA, F6 and E6. RGB value is (250,246,230). Sum of RGB (Red+Green+Blue) = 250+246+230=726 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.44% from 726); Green value is 246 (96.48% from 255 or 33.88% from 726); Blue value is 230 (90.23% from 255 or 31.68% from 726); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF6E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF6E6 is #050919. Grayscale: #F5F5F5. Windows color (decimal): -330010 or 15136506. OLE color: 15136506.
HSL color Cylindrical-coordinate representation of color #FAF6E6: hue angle of 48º degrees, saturation: 0.67, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FAF6E6 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 246 | 230 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.02 |
| HSL | 48º | 0.67% | 0.94% | - |
| HSV(B) | 48º | 0.08% | 0.98% | - |
| XYZ | 86.66 | 91.95 | 88.04 | - |
| YUV | 245.37 | 119.33 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 246 | 230 | 0 | 0.02 | 0.08 | 0.02 | 48 | 0.67 | 0.94 |
| Hex | FA | F6 | E6 | 0 | 2 | 8 | 2 | 30 | 43 | 5E |
| Octal | 372 | 366 | 346 | 0 | 2 | 10 | 2 | 60 | 103 | 136 |
| Binary | 11111010 | 11110110 | 11100110 | 0 | 10 | 1000 | 10 | 110000 | 1000011 | 1011110 |
Color Harmonies of #FAF6E6
Complementary color
Monochromatic Colors of #FAF6E6
Black with #FAF6E6
Text Example
Text Example
White with #FAF6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF6E6; }
p { color: rgb(250,246,230); }
H1.HeaderClassName
{
color: #FAF6E6;
}
.AnyTagClassName
{
color: #FAF6E6;
}
</style>
background-color css
<style>
a { background-color: #FAF6E6; }
a { background-color: rgb(250,246,230); }
div.DivClassName
{
background-color: #FAF6E6;
}
.BgClassName
{
background-color: #FAF6E6;
}
</style>
border-color css
<style>
span { border-color: #FAF6E6; }
span { border-color: rgb(250,246,230); }
td.TdClassName
{
border-color: #FAF6E6;
}
.TagClassName
{
border-color: #FAF6E6;
}
</style>