Shades of Beige #F8FADD
Tints of Beige #F8FADD
RGB
CMYK
RGB Variations
Color information
#F8FADD (or 0xF8FADD) is known color: Beige. HEX triplet: F8, FA and DD. RGB value is (248,250,221). Sum of RGB (Red+Green+Blue) = 248+250+221=719 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.49% from 719); Green value is 250 (98.05% from 255 or 34.77% from 719); Blue value is 221 (86.72% from 255 or 30.74% from 719); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FADD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FADD is #070522. Grayscale: #F6F6F6. Windows color (decimal): -460067 or 14547704. OLE color: 14547704.
HSL color Cylindrical-coordinate representation of color #F8FADD: hue angle of 64.14º degrees, saturation: 0.74, 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 #F8FADD is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 250 | 221 | - |
| CMYK | 0.01 | 0 | 0.12 | 0.02 |
| HSL | 64.14º | 0.74% | 0.92% | - |
| HSV(B) | 64.14º | 0.12% | 0.98% | - |
| XYZ | 85.95 | 93.55 | 81.93 | - |
| YUV | 246.1 | 113.84 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 250 | 221 | 0.01 | 0 | 0.12 | 0.02 | 64.14 | 0.74 | 0.92 |
| Hex | F8 | FA | DD | 1 | 0 | C | 2 | 40 | 4A | 5C |
| Octal | 370 | 372 | 335 | 1 | 0 | 14 | 2 | 100 | 112 | 134 |
| Binary | 11111000 | 11111010 | 11011101 | 1 | 0 | 1100 | 10 | 1000000 | 1001010 | 1011100 |
Color Harmonies of #F8FADD
Complementary color
Monochromatic Colors of #F8FADD
Black with #F8FADD
Text Example
Text Example
White with #F8FADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FADD; }
p { color: rgb(248,250,221); }
H1.HeaderClassName
{
color: #F8FADD;
}
.AnyTagClassName
{
color: #F8FADD;
}
</style>
background-color css
<style>
a { background-color: #F8FADD; }
a { background-color: rgb(248,250,221); }
div.DivClassName
{
background-color: #F8FADD;
}
.BgClassName
{
background-color: #F8FADD;
}
</style>
border-color css
<style>
span { border-color: #F8FADD; }
span { border-color: rgb(248,250,221); }
td.TdClassName
{
border-color: #F8FADD;
}
.TagClassName
{
border-color: #F8FADD;
}
</style>