Shades of Beige #F9FADE
Tints of Beige #F9FADE
RGB
CMYK
RGB Variations
Color information
#F9FADE (or 0xF9FADE) is known color: Beige. HEX triplet: F9, FA and DE. RGB value is (249,250,222). Sum of RGB (Red+Green+Blue) = 249+250+222=721 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.54% from 721); Green value is 250 (98.05% from 255 or 34.67% from 721); Blue value is 222 (87.11% from 255 or 30.79% from 721); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FADE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FADE is #060521. Grayscale: #F6F6F6. Windows color (decimal): -394530 or 14613241. OLE color: 14613241.
HSL color Cylindrical-coordinate representation of color #F9FADE: hue angle of 62.14º degrees, saturation: 0.74, 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 #F9FADE is Cyan = 0.00, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 250 | 222 | - |
| CMYK | 0.00 | 0 | 0.11 | 0.02 |
| HSL | 62.14º | 0.74% | 0.93% | - |
| HSV(B) | 62.14º | 0.11% | 0.98% | - |
| XYZ | 86.44 | 93.78 | 82.65 | - |
| YUV | 246.51 | 114.17 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 250 | 222 | 0.00 | 0 | 0.11 | 0.02 | 62.14 | 0.74 | 0.93 |
| Hex | F9 | FA | DE | 0 | 0 | B | 2 | 3E | 4A | 5D |
| Octal | 371 | 372 | 336 | 0 | 0 | 13 | 2 | 76 | 112 | 135 |
| Binary | 11111001 | 11111010 | 11011110 | 0 | 0 | 1011 | 10 | 111110 | 1001010 | 1011101 |
Color Harmonies of #F9FADE
Complementary color
Monochromatic Colors of #F9FADE
Black with #F9FADE
Text Example
Text Example
White with #F9FADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FADE; }
p { color: rgb(249,250,222); }
H1.HeaderClassName
{
color: #F9FADE;
}
.AnyTagClassName
{
color: #F9FADE;
}
</style>
background-color css
<style>
a { background-color: #F9FADE; }
a { background-color: rgb(249,250,222); }
div.DivClassName
{
background-color: #F9FADE;
}
.BgClassName
{
background-color: #F9FADE;
}
</style>
border-color css
<style>
span { border-color: #F9FADE; }
span { border-color: rgb(249,250,222); }
td.TdClassName
{
border-color: #F9FADE;
}
.TagClassName
{
border-color: #F9FADE;
}
</style>