Shades of Hint Of Red #F5EDE8
Tints of Hint Of Red #F5EDE8
RGB
CMYK
RGB Variations
Color information
#F5EDE8 (or 0xF5EDE8) is known color: Hint Of Red. HEX triplet: F5, ED and E8. RGB value is (245,237,232). Sum of RGB (Red+Green+Blue) = 245+237+232=714 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.31% from 714); Green value is 237 (92.97% from 255 or 33.19% from 714); Blue value is 232 (91.02% from 255 or 32.49% from 714); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EDE8 is #0A1217. Grayscale: #EEEEEE. Windows color (decimal): -659992 or 15265269. OLE color: 15265269.
HSL color Cylindrical-coordinate representation of color #F5EDE8: hue angle of 23.08º degrees, saturation: 0.39, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F5EDE8 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 237 | 232 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.04 |
| HSL | 23.08º | 0.39% | 0.94% | - |
| HSV(B) | 23.08º | 0.05% | 0.96% | - |
| XYZ | 82.51 | 85.81 | 88.56 | - |
| YUV | 238.82 | 124.15 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 237 | 232 | 0 | 0.03 | 0.05 | 0.04 | 23.08 | 0.39 | 0.94 |
| Hex | F5 | ED | E8 | 0 | 3 | 5 | 4 | 17 | 27 | 5E |
| Octal | 365 | 355 | 350 | 0 | 3 | 5 | 4 | 27 | 47 | 136 |
| Binary | 11110101 | 11101101 | 11101000 | 0 | 11 | 101 | 100 | 10111 | 100111 | 1011110 |
Color Harmonies of #F5EDE8
Complementary color
Monochromatic Colors of #F5EDE8
Black with #F5EDE8
Text Example
Text Example
White with #F5EDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EDE8; }
p { color: rgb(245,237,232); }
H1.HeaderClassName
{
color: #F5EDE8;
}
.AnyTagClassName
{
color: #F5EDE8;
}
</style>
background-color css
<style>
a { background-color: #F5EDE8; }
a { background-color: rgb(245,237,232); }
div.DivClassName
{
background-color: #F5EDE8;
}
.BgClassName
{
background-color: #F5EDE8;
}
</style>
border-color css
<style>
span { border-color: #F5EDE8; }
span { border-color: rgb(245,237,232); }
td.TdClassName
{
border-color: #F5EDE8;
}
.TagClassName
{
border-color: #F5EDE8;
}
</style>