Shades of Beige #F6FADB
Tints of Beige #F6FADB
RGB
CMYK
RGB Variations
Color information
#F6FADB (or 0xF6FADB) is known color: Beige. HEX triplet: F6, FA and DB. RGB value is (246,250,219). Sum of RGB (Red+Green+Blue) = 246+250+219=715 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.41% from 715); Green value is 250 (98.05% from 255 or 34.97% from 715); Blue value is 219 (85.94% from 255 or 30.63% from 715); Max value from RGB is 250 - color contains mainly: green. Hex color #F6FADB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FADB is #090524. Grayscale: #F5F5F5. Windows color (decimal): -591141 or 14416630. OLE color: 14416630.
HSL color Cylindrical-coordinate representation of color #F6FADB: hue angle of 67.74º 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 #F6FADB is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 250 | 219 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.02 |
| HSL | 67.74º | 0.76% | 0.92% | - |
| HSV(B) | 67.74º | 0.12% | 0.98% | - |
| XYZ | 84.98 | 93.08 | 80.5 | - |
| YUV | 245.27 | 113.17 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 250 | 219 | 0.02 | 0 | 0.12 | 0.02 | 67.74 | 0.76 | 0.92 |
| Hex | F6 | FA | DB | 2 | 0 | C | 2 | 44 | 4C | 5C |
| Octal | 366 | 372 | 333 | 2 | 0 | 14 | 2 | 104 | 114 | 134 |
| Binary | 11110110 | 11111010 | 11011011 | 10 | 0 | 1100 | 10 | 1000100 | 1001100 | 1011100 |
Color Harmonies of #F6FADB
Complementary color
Monochromatic Colors of #F6FADB
Black with #F6FADB
Text Example
Text Example
White with #F6FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FADB; }
p { color: rgb(246,250,219); }
H1.HeaderClassName
{
color: #F6FADB;
}
.AnyTagClassName
{
color: #F6FADB;
}
</style>
background-color css
<style>
a { background-color: #F6FADB; }
a { background-color: rgb(246,250,219); }
div.DivClassName
{
background-color: #F6FADB;
}
.BgClassName
{
background-color: #F6FADB;
}
</style>
border-color css
<style>
span { border-color: #F6FADB; }
span { border-color: rgb(246,250,219); }
td.TdClassName
{
border-color: #F6FADB;
}
.TagClassName
{
border-color: #F6FADB;
}
</style>