Shades of Amour #F5EDEE
Tints of Amour #F5EDEE
RGB
CMYK
RGB Variations
Color information
#F5EDEE (or 0xF5EDEE) is known color: Amour. HEX triplet: F5, ED and EE. RGB value is (245,237,238). Sum of RGB (Red+Green+Blue) = 245+237+238=720 (95% of max value = 765). Red value is 245 (96.09% from 255 or 34.03% from 720); Green value is 237 (92.97% from 255 or 32.92% from 720); Blue value is 238 (93.36% from 255 or 33.06% from 720); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EDEE is #0A1211. Grayscale: #EFEFEF. Windows color (decimal): -659986 or 15658485. OLE color: 15658485.
HSL color Cylindrical-coordinate representation of color #F5EDEE: hue angle of 352.5º degrees, saturation: 0.29, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F5EDEE is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 237 | 238 | - |
CMYK | 0 | 0.03 | 0.03 | 0.04 |
HSL | 352.5º | 0.29% | 0.95% | - |
HSV(B) | 352.5º | 0.03% | 0.96% | - |
XYZ | 83.37 | 86.15 | 93.12 | - |
YUV | 239.51 | 127.15 | 131.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 237 | 238 | 0 | 0.03 | 0.03 | 0.04 | 352.5 | 0.29 | 0.95 |
Hex | F5 | ED | EE | 0 | 3 | 3 | 4 | 160 | 1D | 5F |
Octal | 365 | 355 | 356 | 0 | 3 | 3 | 4 | 540 | 35 | 137 |
Binary | 11110101 | 11101101 | 11101110 | 0 | 11 | 11 | 100 | 101100000 | 11101 | 1011111 |
Color Harmonies of #F5EDEE
Complementary color
Monochromatic Colors of #F5EDEE
Black with #F5EDEE
Text Example
Text Example
White with #F5EDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EDEE; }
p { color: rgb(245,237,238); }
H1.HeaderClassName
{
color: #F5EDEE;
}
.AnyTagClassName
{
color: #F5EDEE;
}
</style>
background-color css
<style>
a { background-color: #F5EDEE; }
a { background-color: rgb(245,237,238); }
div.DivClassName
{
background-color: #F5EDEE;
}
.BgClassName
{
background-color: #F5EDEE;
}
</style>
border-color css
<style>
span { border-color: #F5EDEE; }
span { border-color: rgb(245,237,238); }
td.TdClassName
{
border-color: #F5EDEE;
}
.TagClassName
{
border-color: #F5EDEE;
}
</style>