Shades of Beige #F8FADE
Tints of Beige #F8FADE
RGB
CMYK
RGB Variations
Color information
#F8FADE (or 0xF8FADE) is known color: Beige. HEX triplet: F8, FA and DE. RGB value is (248,250,222). Sum of RGB (Red+Green+Blue) = 248+250+222=720 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.44% from 720); Green value is 250 (98.05% from 255 or 34.72% from 720); Blue value is 222 (87.11% from 255 or 30.83% from 720); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FADE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FADE is #070521. Grayscale: #F6F6F6. Windows color (decimal): -460066 or 14613240. OLE color: 14613240.
HSL color Cylindrical-coordinate representation of color #F8FADE: hue angle of 64.29º 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 #F8FADE is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
RGB | 248 | 250 | 222 | - |
CMYK | 0.01 | 0 | 0.11 | 0.02 |
HSL | 64.29º | 0.74% | 0.93% | - |
HSV(B) | 64.29º | 0.11% | 0.98% | - |
XYZ | 86.08 | 93.6 | 82.64 | - |
YUV | 246.21 | 114.34 | 129.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 250 | 222 | 0.01 | 0 | 0.11 | 0.02 | 64.29 | 0.74 | 0.93 |
Hex | F8 | FA | DE | 1 | 0 | B | 2 | 40 | 4A | 5D |
Octal | 370 | 372 | 336 | 1 | 0 | 13 | 2 | 100 | 112 | 135 |
Binary | 11111000 | 11111010 | 11011110 | 1 | 0 | 1011 | 10 | 1000000 | 1001010 | 1011101 |
Color Harmonies of #F8FADE
Complementary color
Monochromatic Colors of #F8FADE
Black with #F8FADE
Text Example
Text Example
White with #F8FADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FADE; }
p { color: rgb(248,250,222); }
H1.HeaderClassName
{
color: #F8FADE;
}
.AnyTagClassName
{
color: #F8FADE;
}
</style>
background-color css
<style>
a { background-color: #F8FADE; }
a { background-color: rgb(248,250,222); }
div.DivClassName
{
background-color: #F8FADE;
}
.BgClassName
{
background-color: #F8FADE;
}
</style>
border-color css
<style>
span { border-color: #F8FADE; }
span { border-color: rgb(248,250,222); }
td.TdClassName
{
border-color: #F8FADE;
}
.TagClassName
{
border-color: #F8FADE;
}
</style>