Shades of Beige #F8FAE1
Tints of Beige #F8FAE1
RGB
CMYK
RGB Variations
Color information
#F8FAE1 (or 0xF8FAE1) is known color: Beige. HEX triplet: F8, FA and E1. RGB value is (248,250,225). Sum of RGB (Red+Green+Blue) = 248+250+225=723 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.30% from 723); Green value is 250 (98.05% from 255 or 34.58% from 723); Blue value is 225 (88.28% from 255 or 31.12% from 723); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FAE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FAE1 is #07051E. Grayscale: #F6F6F6. Windows color (decimal): -460063 or 14809848. OLE color: 14809848.
HSL color Cylindrical-coordinate representation of color #F8FAE1: hue angle of 64.8º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F8FAE1 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 250 | 225 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.02 |
| HSL | 64.8º | 0.71% | 0.93% | - |
| HSV(B) | 64.8º | 0.1% | 0.98% | - |
| XYZ | 86.49 | 93.76 | 84.77 | - |
| YUV | 246.55 | 115.84 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 250 | 225 | 0.01 | 0 | 0.10 | 0.02 | 64.8 | 0.71 | 0.93 |
| Hex | F8 | FA | E1 | 1 | 0 | A | 2 | 41 | 47 | 5D |
| Octal | 370 | 372 | 341 | 1 | 0 | 12 | 2 | 101 | 107 | 135 |
| Binary | 11111000 | 11111010 | 11100001 | 1 | 0 | 1010 | 10 | 1000001 | 1000111 | 1011101 |
Color Harmonies of #F8FAE1
Complementary color
Monochromatic Colors of #F8FAE1
Black with #F8FAE1
Text Example
Text Example
White with #F8FAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FAE1; }
p { color: rgb(248,250,225); }
H1.HeaderClassName
{
color: #F8FAE1;
}
.AnyTagClassName
{
color: #F8FAE1;
}
</style>
background-color css
<style>
a { background-color: #F8FAE1; }
a { background-color: rgb(248,250,225); }
div.DivClassName
{
background-color: #F8FAE1;
}
.BgClassName
{
background-color: #F8FAE1;
}
</style>
border-color css
<style>
span { border-color: #F8FAE1; }
span { border-color: rgb(248,250,225); }
td.TdClassName
{
border-color: #F8FAE1;
}
.TagClassName
{
border-color: #F8FAE1;
}
</style>