Shades of Beige #F6FADE
Tints of Beige #F6FADE
RGB
CMYK
RGB Variations
Color information
#F6FADE (or 0xF6FADE) is known color: Beige. HEX triplet: F6, FA and DE. RGB value is (246,250,222). Sum of RGB (Red+Green+Blue) = 246+250+222=718 (95% of max value = 765). Red value is 246 (96.48% from 255 or 34.26% from 718); Green value is 250 (98.05% from 255 or 34.82% from 718); Blue value is 222 (87.11% from 255 or 30.92% from 718); Max value from RGB is 250 - color contains mainly: green. Hex color #F6FADE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FADE is #090521. Grayscale: #F5F5F5. Windows color (decimal): -591138 or 14613238. OLE color: 14613238.
HSL color Cylindrical-coordinate representation of color #F6FADE: hue angle of 68.57º 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 #F6FADE is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 250 | 222 | - |
| CMYK | 0.02 | 0 | 0.11 | 0.02 |
| HSL | 68.57º | 0.74% | 0.93% | - |
| HSV(B) | 68.57º | 0.11% | 0.98% | - |
| XYZ | 85.38 | 93.24 | 82.6 | - |
| YUV | 245.61 | 114.67 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 250 | 222 | 0.02 | 0 | 0.11 | 0.02 | 68.57 | 0.74 | 0.93 |
| Hex | F6 | FA | DE | 2 | 0 | B | 2 | 45 | 4A | 5D |
| Octal | 366 | 372 | 336 | 2 | 0 | 13 | 2 | 105 | 112 | 135 |
| Binary | 11110110 | 11111010 | 11011110 | 10 | 0 | 1011 | 10 | 1000101 | 1001010 | 1011101 |
Color Harmonies of #F6FADE
Complementary color
Monochromatic Colors of #F6FADE
Black with #F6FADE
Text Example
Text Example
White with #F6FADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FADE; }
p { color: rgb(246,250,222); }
H1.HeaderClassName
{
color: #F6FADE;
}
.AnyTagClassName
{
color: #F6FADE;
}
</style>
background-color css
<style>
a { background-color: #F6FADE; }
a { background-color: rgb(246,250,222); }
div.DivClassName
{
background-color: #F6FADE;
}
.BgClassName
{
background-color: #F6FADE;
}
</style>
border-color css
<style>
span { border-color: #F6FADE; }
span { border-color: rgb(246,250,222); }
td.TdClassName
{
border-color: #F6FADE;
}
.TagClassName
{
border-color: #F6FADE;
}
</style>