Shades of Beige #F6FADF
Tints of Beige #F6FADF
RGB
CMYK
RGB Variations
Color information
#F6FADF (or 0xF6FADF) is known color: Beige. HEX triplet: F6, FA and DF. RGB value is (246,250,223). Sum of RGB (Red+Green+Blue) = 246+250+223=719 (95% of max value = 765). Red value is 246 (96.48% from 255 or 34.21% from 719); Green value is 250 (98.05% from 255 or 34.77% from 719); Blue value is 223 (87.5% from 255 or 31.02% from 719); Max value from RGB is 250 - color contains mainly: green. Hex color #F6FADF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FADF is #090520. Grayscale: #F5F5F5. Windows color (decimal): -591137 or 14678774. OLE color: 14678774.
HSL color Cylindrical-coordinate representation of color #F6FADF: hue angle of 68.89º degrees, saturation: 0.73, 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 #F6FADF is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 250 | 223 | - |
| CMYK | 0.02 | 0 | 0.11 | 0.02 |
| HSL | 68.89º | 0.73% | 0.93% | - |
| HSV(B) | 68.89º | 0.11% | 0.98% | - |
| XYZ | 85.51 | 93.29 | 83.31 | - |
| YUV | 245.73 | 115.17 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 250 | 223 | 0.02 | 0 | 0.11 | 0.02 | 68.89 | 0.73 | 0.93 |
| Hex | F6 | FA | DF | 2 | 0 | B | 2 | 45 | 49 | 5D |
| Octal | 366 | 372 | 337 | 2 | 0 | 13 | 2 | 105 | 111 | 135 |
| Binary | 11110110 | 11111010 | 11011111 | 10 | 0 | 1011 | 10 | 1000101 | 1001001 | 1011101 |
Color Harmonies of #F6FADF
Complementary color
Monochromatic Colors of #F6FADF
Black with #F6FADF
Text Example
Text Example
White with #F6FADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FADF; }
p { color: rgb(246,250,223); }
H1.HeaderClassName
{
color: #F6FADF;
}
.AnyTagClassName
{
color: #F6FADF;
}
</style>
background-color css
<style>
a { background-color: #F6FADF; }
a { background-color: rgb(246,250,223); }
div.DivClassName
{
background-color: #F6FADF;
}
.BgClassName
{
background-color: #F6FADF;
}
</style>
border-color css
<style>
span { border-color: #F6FADF; }
span { border-color: rgb(246,250,223); }
td.TdClassName
{
border-color: #F6FADF;
}
.TagClassName
{
border-color: #F6FADF;
}
</style>