Shades of Beige #F9FADB
Tints of Beige #F9FADB
RGB
CMYK
RGB Variations
Color information
#F9FADB (or 0xF9FADB) is known color: Beige. HEX triplet: F9, FA and DB. RGB value is (249,250,219). Sum of RGB (Red+Green+Blue) = 249+250+219=718 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.68% from 718); Green value is 250 (98.05% from 255 or 34.82% from 718); Blue value is 219 (85.94% from 255 or 30.50% from 718); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FADB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FADB is #060524. Grayscale: #F6F6F6. Windows color (decimal): -394533 or 14416633. OLE color: 14416633.
HSL color Cylindrical-coordinate representation of color #F9FADB: hue angle of 61.94º 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 #F9FADB is Cyan = 0.00, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 250 | 219 | - |
| CMYK | 0.00 | 0 | 0.12 | 0.02 |
| HSL | 61.94º | 0.76% | 0.92% | - |
| HSV(B) | 61.94º | 0.12% | 0.98% | - |
| XYZ | 86.04 | 93.63 | 80.55 | - |
| YUV | 246.17 | 112.67 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 250 | 219 | 0.00 | 0 | 0.12 | 0.02 | 61.94 | 0.76 | 0.92 |
| Hex | F9 | FA | DB | 0 | 0 | C | 2 | 3E | 4C | 5C |
| Octal | 371 | 372 | 333 | 0 | 0 | 14 | 2 | 76 | 114 | 134 |
| Binary | 11111001 | 11111010 | 11011011 | 0 | 0 | 1100 | 10 | 111110 | 1001100 | 1011100 |
Color Harmonies of #F9FADB
Complementary color
Monochromatic Colors of #F9FADB
Black with #F9FADB
Text Example
Text Example
White with #F9FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FADB; }
p { color: rgb(249,250,219); }
H1.HeaderClassName
{
color: #F9FADB;
}
.AnyTagClassName
{
color: #F9FADB;
}
</style>
background-color css
<style>
a { background-color: #F9FADB; }
a { background-color: rgb(249,250,219); }
div.DivClassName
{
background-color: #F9FADB;
}
.BgClassName
{
background-color: #F9FADB;
}
</style>
border-color css
<style>
span { border-color: #F9FADB; }
span { border-color: rgb(249,250,219); }
td.TdClassName
{
border-color: #F9FADB;
}
.TagClassName
{
border-color: #F9FADB;
}
</style>