Shades of Beige #F9FCDB
Tints of Beige #F9FCDB
RGB
CMYK
RGB Variations
Color information
#F9FCDB (or 0xF9FCDB) is known color: Beige. HEX triplet: F9, FC and DB. RGB value is (249,252,219). Sum of RGB (Red+Green+Blue) = 249+252+219=720 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.58% from 720); Green value is 252 (98.83% from 255 or 35% from 720); Blue value is 219 (85.94% from 255 or 30.42% from 720); Max value from RGB is 252 - color contains mainly: green. Hex color #F9FCDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FCDB is #060324. Grayscale: #F7F7F7. Windows color (decimal): -394021 or 14417145. OLE color: 14417145.
HSL color Cylindrical-coordinate representation of color #F9FCDB: hue angle of 65.45º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F9FCDB is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 249 | 252 | 219 | - |
CMYK | 0.01 | 0 | 0.13 | 0.01 |
HSL | 65.45º | 0.85% | 0.92% | - |
HSV(B) | 65.45º | 0.13% | 0.99% | - |
XYZ | 86.66 | 94.88 | 80.76 | - |
YUV | 247.34 | 112.01 | 129.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 252 | 219 | 0.01 | 0 | 0.13 | 0.01 | 65.45 | 0.85 | 0.92 |
Hex | F9 | FC | DB | 1 | 0 | D | 1 | 41 | 55 | 5C |
Octal | 371 | 374 | 333 | 1 | 0 | 15 | 1 | 101 | 125 | 134 |
Binary | 11111001 | 11111100 | 11011011 | 1 | 0 | 1101 | 1 | 1000001 | 1010101 | 1011100 |
Color Harmonies of #F9FCDB
Complementary color
Monochromatic Colors of #F9FCDB
Black with #F9FCDB
Text Example
Text Example
White with #F9FCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FCDB; }
p { color: rgb(249,252,219); }
H1.HeaderClassName
{
color: #F9FCDB;
}
.AnyTagClassName
{
color: #F9FCDB;
}
</style>
background-color css
<style>
a { background-color: #F9FCDB; }
a { background-color: rgb(249,252,219); }
div.DivClassName
{
background-color: #F9FCDB;
}
.BgClassName
{
background-color: #F9FCDB;
}
</style>
border-color css
<style>
span { border-color: #F9FCDB; }
span { border-color: rgb(249,252,219); }
td.TdClassName
{
border-color: #F9FCDB;
}
.TagClassName
{
border-color: #F9FCDB;
}
</style>