Shades of Beige #FAFBDB
Tints of Beige #FAFBDB
RGB
CMYK
RGB Variations
Color information
#FAFBDB (or 0xFAFBDB) is known color: Beige. HEX triplet: FA, FB and DB. RGB value is (250,251,219). Sum of RGB (Red+Green+Blue) = 250+251+219=720 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.72% from 720); Green value is 251 (98.44% from 255 or 34.86% from 720); Blue value is 219 (85.94% from 255 or 30.42% from 720); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFBDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFBDB is #050424. Grayscale: #F7F7F7. Windows color (decimal): -328741 or 14416890. OLE color: 14416890.
HSL color Cylindrical-coordinate representation of color #FAFBDB: hue angle of 61.88º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FAFBDB is Cyan = 0.00, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 251 | 219 | - |
| CMYK | 0.00 | 0 | 0.13 | 0.02 |
| HSL | 61.88º | 0.8% | 0.92% | - |
| HSV(B) | 61.88º | 0.13% | 0.98% | - |
| XYZ | 86.71 | 94.43 | 80.68 | - |
| YUV | 247.05 | 112.17 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 251 | 219 | 0.00 | 0 | 0.13 | 0.02 | 61.88 | 0.8 | 0.92 |
| Hex | FA | FB | DB | 0 | 0 | D | 2 | 3E | 50 | 5C |
| Octal | 372 | 373 | 333 | 0 | 0 | 15 | 2 | 76 | 120 | 134 |
| Binary | 11111010 | 11111011 | 11011011 | 0 | 0 | 1101 | 10 | 111110 | 1010000 | 1011100 |
Color Harmonies of #FAFBDB
Complementary color
Monochromatic Colors of #FAFBDB
Black with #FAFBDB
Text Example
Text Example
White with #FAFBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFBDB; }
p { color: rgb(250,251,219); }
H1.HeaderClassName
{
color: #FAFBDB;
}
.AnyTagClassName
{
color: #FAFBDB;
}
</style>
background-color css
<style>
a { background-color: #FAFBDB; }
a { background-color: rgb(250,251,219); }
div.DivClassName
{
background-color: #FAFBDB;
}
.BgClassName
{
background-color: #FAFBDB;
}
</style>
border-color css
<style>
span { border-color: #FAFBDB; }
span { border-color: rgb(250,251,219); }
td.TdClassName
{
border-color: #FAFBDB;
}
.TagClassName
{
border-color: #FAFBDB;
}
</style>