Shades of Beige #F8FADF
Tints of Beige #F8FADF
RGB
CMYK
RGB Variations
Color information
#F8FADF (or 0xF8FADF) is known color: Beige. HEX triplet: F8, FA and DF. RGB value is (248,250,223). Sum of RGB (Red+Green+Blue) = 248+250+223=721 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.40% from 721); Green value is 250 (98.05% from 255 or 34.67% from 721); Blue value is 223 (87.5% from 255 or 30.93% from 721); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FADF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FADF is #070520. Grayscale: #F6F6F6. Windows color (decimal): -460065 or 14678776. OLE color: 14678776.
HSL color Cylindrical-coordinate representation of color #F8FADF: hue angle of 64.44º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F8FADF is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 250 | 223 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.02 |
| HSL | 64.44º | 0.73% | 0.93% | - |
| HSV(B) | 64.44º | 0.11% | 0.98% | - |
| XYZ | 86.22 | 93.66 | 83.35 | - |
| YUV | 246.32 | 114.84 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 250 | 223 | 0.01 | 0 | 0.11 | 0.02 | 64.44 | 0.73 | 0.93 |
| Hex | F8 | FA | DF | 1 | 0 | B | 2 | 40 | 49 | 5D |
| Octal | 370 | 372 | 337 | 1 | 0 | 13 | 2 | 100 | 111 | 135 |
| Binary | 11111000 | 11111010 | 11011111 | 1 | 0 | 1011 | 10 | 1000000 | 1001001 | 1011101 |
Color Harmonies of #F8FADF
Complementary color
Monochromatic Colors of #F8FADF
Black with #F8FADF
Text Example
Text Example
White with #F8FADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FADF; }
p { color: rgb(248,250,223); }
H1.HeaderClassName
{
color: #F8FADF;
}
.AnyTagClassName
{
color: #F8FADF;
}
</style>
background-color css
<style>
a { background-color: #F8FADF; }
a { background-color: rgb(248,250,223); }
div.DivClassName
{
background-color: #F8FADF;
}
.BgClassName
{
background-color: #F8FADF;
}
</style>
border-color css
<style>
span { border-color: #F8FADF; }
span { border-color: rgb(248,250,223); }
td.TdClassName
{
border-color: #F8FADF;
}
.TagClassName
{
border-color: #F8FADF;
}
</style>