Shades of Alabaster #F6F5F0
Tints of Alabaster #F6F5F0
RGB
CMYK
RGB Variations
Color information
#F6F5F0 (or 0xF6F5F0) is known color: Alabaster. HEX triplet: F6, F5 and F0. RGB value is (246,245,240). Sum of RGB (Red+Green+Blue) = 246+245+240=731 (96% of max value = 765). Red value is 246 (96.48% from 255 or 33.65% from 731); Green value is 245 (96.09% from 255 or 33.52% from 731); Blue value is 240 (94.14% from 255 or 32.83% from 731); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F5F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6F5F0 is #090A0F. Grayscale: #F4F4F4. Windows color (decimal): -592400 or 15791606. OLE color: 15791606.
HSL color Cylindrical-coordinate representation of color #F6F5F0: hue angle of 50º degrees, saturation: 0.25, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F6F5F0 is Cyan = 0, Magento = 0.00, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 245 | 240 | - |
| CMYK | 0 | 0.00 | 0.02 | 0.04 |
| HSL | 50º | 0.25% | 0.95% | - |
| HSV(B) | 50º | 0.02% | 0.96% | - |
| XYZ | 86.39 | 91.19 | 95.49 | - |
| YUV | 244.73 | 125.33 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 245 | 240 | 0 | 0.00 | 0.02 | 0.04 | 50 | 0.25 | 0.95 |
| Hex | F6 | F5 | F0 | 0 | 0 | 2 | 4 | 32 | 19 | 5F |
| Octal | 366 | 365 | 360 | 0 | 0 | 2 | 4 | 62 | 31 | 137 |
| Binary | 11110110 | 11110101 | 11110000 | 0 | 0 | 10 | 100 | 110010 | 11001 | 1011111 |
Color Harmonies of #F6F5F0
Complementary color
Monochromatic Colors of #F6F5F0
Black with #F6F5F0
Text Example
Text Example
White with #F6F5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F5F0; }
p { color: rgb(246,245,240); }
H1.HeaderClassName
{
color: #F6F5F0;
}
.AnyTagClassName
{
color: #F6F5F0;
}
</style>
background-color css
<style>
a { background-color: #F6F5F0; }
a { background-color: rgb(246,245,240); }
div.DivClassName
{
background-color: #F6F5F0;
}
.BgClassName
{
background-color: #F6F5F0;
}
</style>
border-color css
<style>
span { border-color: #F6F5F0; }
span { border-color: rgb(246,245,240); }
td.TdClassName
{
border-color: #F6F5F0;
}
.TagClassName
{
border-color: #F6F5F0;
}
</style>