Shades of Beige #F8FADB
Tints of Beige #F8FADB
RGB
CMYK
RGB Variations
Color information
#F8FADB (or 0xF8FADB) is known color: Beige. HEX triplet: F8, FA and DB. RGB value is (248,250,219). Sum of RGB (Red+Green+Blue) = 248+250+219=717 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.59% from 717); Green value is 250 (98.05% from 255 or 34.87% from 717); Blue value is 219 (85.94% from 255 or 30.54% from 717); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FADB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FADB is #070524. Grayscale: #F5F5F5. Windows color (decimal): -460069 or 14416632. OLE color: 14416632.
HSL color Cylindrical-coordinate representation of color #F8FADB: hue angle of 63.87º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F8FADB is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 248 | 250 | 219 | - |
CMYK | 0.01 | 0 | 0.12 | 0.02 |
HSL | 63.87º | 0.76% | 0.92% | - |
HSV(B) | 63.87º | 0.12% | 0.98% | - |
XYZ | 85.68 | 93.44 | 80.54 | - |
YUV | 245.87 | 112.84 | 129.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 250 | 219 | 0.01 | 0 | 0.12 | 0.02 | 63.87 | 0.76 | 0.92 |
Hex | F8 | FA | DB | 1 | 0 | C | 2 | 40 | 4C | 5C |
Octal | 370 | 372 | 333 | 1 | 0 | 14 | 2 | 100 | 114 | 134 |
Binary | 11111000 | 11111010 | 11011011 | 1 | 0 | 1100 | 10 | 1000000 | 1001100 | 1011100 |
Color Harmonies of #F8FADB
Complementary color
Monochromatic Colors of #F8FADB
Black with #F8FADB
Text Example
Text Example
White with #F8FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FADB; }
p { color: rgb(248,250,219); }
H1.HeaderClassName
{
color: #F8FADB;
}
.AnyTagClassName
{
color: #F8FADB;
}
</style>
background-color css
<style>
a { background-color: #F8FADB; }
a { background-color: rgb(248,250,219); }
div.DivClassName
{
background-color: #F8FADB;
}
.BgClassName
{
background-color: #F8FADB;
}
</style>
border-color css
<style>
span { border-color: #F8FADB; }
span { border-color: rgb(248,250,219); }
td.TdClassName
{
border-color: #F8FADB;
}
.TagClassName
{
border-color: #F8FADB;
}
</style>