Shades of Beige #F8FAE0
Tints of Beige #F8FAE0
RGB
CMYK
RGB Variations
Color information
#F8FAE0 (or 0xF8FAE0) is known color: Beige. HEX triplet: F8, FA and E0. RGB value is (248,250,224). Sum of RGB (Red+Green+Blue) = 248+250+224=722 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.35% from 722); Green value is 250 (98.05% from 255 or 34.63% from 722); Blue value is 224 (87.89% from 255 or 31.02% from 722); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FAE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FAE0 is #07051F. Grayscale: #F6F6F6. Windows color (decimal): -460064 or 14744312. OLE color: 14744312.
HSL color Cylindrical-coordinate representation of color #F8FAE0: hue angle of 64.62º degrees, saturation: 0.72, 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 #F8FAE0 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 250 | 224 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.02 |
| HSL | 64.62º | 0.72% | 0.93% | - |
| HSV(B) | 64.62º | 0.1% | 0.98% | - |
| XYZ | 86.35 | 93.71 | 84.06 | - |
| YUV | 246.44 | 115.34 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 250 | 224 | 0.01 | 0 | 0.10 | 0.02 | 64.62 | 0.72 | 0.93 |
| Hex | F8 | FA | E0 | 1 | 0 | A | 2 | 41 | 48 | 5D |
| Octal | 370 | 372 | 340 | 1 | 0 | 12 | 2 | 101 | 110 | 135 |
| Binary | 11111000 | 11111010 | 11100000 | 1 | 0 | 1010 | 10 | 1000001 | 1001000 | 1011101 |
Color Harmonies of #F8FAE0
Complementary color
Monochromatic Colors of #F8FAE0
Black with #F8FAE0
Text Example
Text Example
White with #F8FAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FAE0; }
p { color: rgb(248,250,224); }
H1.HeaderClassName
{
color: #F8FAE0;
}
.AnyTagClassName
{
color: #F8FAE0;
}
</style>
background-color css
<style>
a { background-color: #F8FAE0; }
a { background-color: rgb(248,250,224); }
div.DivClassName
{
background-color: #F8FAE0;
}
.BgClassName
{
background-color: #F8FAE0;
}
</style>
border-color css
<style>
span { border-color: #F8FAE0; }
span { border-color: rgb(248,250,224); }
td.TdClassName
{
border-color: #F8FAE0;
}
.TagClassName
{
border-color: #F8FAE0;
}
</style>