Shades of Beige #F3F5D8
Tints of Beige #F3F5D8
RGB
CMYK
RGB Variations
Color information
#F3F5D8 (or 0xF3F5D8) is known color: Beige. HEX triplet: F3, F5 and D8. RGB value is (243,245,216). Sum of RGB (Red+Green+Blue) = 243+245+216=704 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.52% from 704); Green value is 245 (96.09% from 255 or 34.80% from 704); Blue value is 216 (84.77% from 255 or 30.68% from 704); Max value from RGB is 245 - color contains mainly: green. Hex color #F3F5D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3F5D8 is #0C0A27. Grayscale: #F1F1F1. Windows color (decimal): -789032 or 14218739. OLE color: 14218739.
HSL color Cylindrical-coordinate representation of color #F3F5D8: hue angle of 64.14º degrees, saturation: 0.59, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F3F5D8 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 243 | 245 | 216 | - |
| CMYK | 0.01 | 0 | 0.12 | 0.04 |
| HSL | 64.14º | 0.59% | 0.9% | - |
| HSV(B) | 64.14º | 0.12% | 0.96% | - |
| XYZ | 82.01 | 89.32 | 77.88 | - |
| YUV | 241.1 | 113.84 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 245 | 216 | 0.01 | 0 | 0.12 | 0.04 | 64.14 | 0.59 | 0.9 |
| Hex | F3 | F5 | D8 | 1 | 0 | C | 4 | 40 | 3B | 5A |
| Octal | 363 | 365 | 330 | 1 | 0 | 14 | 4 | 100 | 73 | 132 |
| Binary | 11110011 | 11110101 | 11011000 | 1 | 0 | 1100 | 100 | 1000000 | 111011 | 1011010 |
Color Harmonies of #F3F5D8
Complementary color
Monochromatic Colors of #F3F5D8
Black with #F3F5D8
Text Example
Text Example
White with #F3F5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F5D8; }
p { color: rgb(243,245,216); }
H1.HeaderClassName
{
color: #F3F5D8;
}
.AnyTagClassName
{
color: #F3F5D8;
}
</style>
background-color css
<style>
a { background-color: #F3F5D8; }
a { background-color: rgb(243,245,216); }
div.DivClassName
{
background-color: #F3F5D8;
}
.BgClassName
{
background-color: #F3F5D8;
}
</style>
border-color css
<style>
span { border-color: #F3F5D8; }
span { border-color: rgb(243,245,216); }
td.TdClassName
{
border-color: #F3F5D8;
}
.TagClassName
{
border-color: #F3F5D8;
}
</style>