Shades of Beige #F5F7E2
Tints of Beige #F5F7E2
RGB
CMYK
RGB Variations
Color information
#F5F7E2 (or 0xF5F7E2) is known color: Beige. HEX triplet: F5, F7 and E2. RGB value is (245,247,226). Sum of RGB (Red+Green+Blue) = 245+247+226=718 (95% of max value = 765). Red value is 245 (96.09% from 255 or 34.12% from 718); Green value is 247 (96.88% from 255 or 34.40% from 718); Blue value is 226 (88.67% from 255 or 31.48% from 718); Max value from RGB is 247 - color contains mainly: green. Hex color #F5F7E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F7E2 is #0A081D. Grayscale: #F4F4F4. Windows color (decimal): -657438 or 14874613. OLE color: 14874613.
HSL color Cylindrical-coordinate representation of color #F5F7E2: hue angle of 65.71º degrees, saturation: 0.57, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F5F7E2 is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 247 | 226 | - |
| CMYK | 0.01 | 0 | 0.09 | 0.03 |
| HSL | 65.71º | 0.57% | 0.93% | - |
| HSV(B) | 65.71º | 0.09% | 0.97% | - |
| XYZ | 84.64 | 91.43 | 85.14 | - |
| YUV | 244.01 | 117.84 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 247 | 226 | 0.01 | 0 | 0.09 | 0.03 | 65.71 | 0.57 | 0.93 |
| Hex | F5 | F7 | E2 | 1 | 0 | 9 | 3 | 42 | 39 | 5D |
| Octal | 365 | 367 | 342 | 1 | 0 | 11 | 3 | 102 | 71 | 135 |
| Binary | 11110101 | 11110111 | 11100010 | 1 | 0 | 1001 | 11 | 1000010 | 111001 | 1011101 |
Color Harmonies of #F5F7E2
Complementary color
Monochromatic Colors of #F5F7E2
Black with #F5F7E2
Text Example
Text Example
White with #F5F7E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F7E2; }
p { color: rgb(245,247,226); }
H1.HeaderClassName
{
color: #F5F7E2;
}
.AnyTagClassName
{
color: #F5F7E2;
}
</style>
background-color css
<style>
a { background-color: #F5F7E2; }
a { background-color: rgb(245,247,226); }
div.DivClassName
{
background-color: #F5F7E2;
}
.BgClassName
{
background-color: #F5F7E2;
}
</style>
border-color css
<style>
span { border-color: #F5F7E2; }
span { border-color: rgb(245,247,226); }
td.TdClassName
{
border-color: #F5F7E2;
}
.TagClassName
{
border-color: #F5F7E2;
}
</style>