Shades of Amour #F8ECED
Tints of Amour #F8ECED
RGB
CMYK
RGB Variations
Color information
#F8ECED (or 0xF8ECED) is known color: Amour. HEX triplet: F8, EC and ED. RGB value is (248,236,237). Sum of RGB (Red+Green+Blue) = 248+236+237=721 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.40% from 721); Green value is 236 (92.58% from 255 or 32.73% from 721); Blue value is 237 (92.97% from 255 or 32.87% from 721); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ECED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8ECED is #071312. Grayscale: #EFEFEF. Windows color (decimal): -463635 or 15592696. OLE color: 15592696.
HSL color Cylindrical-coordinate representation of color #F8ECED: hue angle of 355º degrees, saturation: 0.46, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F8ECED is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 236 | 237 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.03 |
| HSL | 355º | 0.46% | 0.95% | - |
| HSV(B) | 355º | 0.05% | 0.97% | - |
| XYZ | 83.99 | 86.06 | 92.31 | - |
| YUV | 239.7 | 126.48 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 236 | 237 | 0 | 0.05 | 0.04 | 0.03 | 355 | 0.46 | 0.95 |
| Hex | F8 | EC | ED | 0 | 5 | 4 | 3 | 163 | 2E | 5F |
| Octal | 370 | 354 | 355 | 0 | 5 | 4 | 3 | 543 | 56 | 137 |
| Binary | 11111000 | 11101100 | 11101101 | 0 | 101 | 100 | 11 | 101100011 | 101110 | 1011111 |
Color Harmonies of #F8ECED
Complementary color
Monochromatic Colors of #F8ECED
Black with #F8ECED
Text Example
Text Example
White with #F8ECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ECED; }
p { color: rgb(248,236,237); }
H1.HeaderClassName
{
color: #F8ECED;
}
.AnyTagClassName
{
color: #F8ECED;
}
</style>
background-color css
<style>
a { background-color: #F8ECED; }
a { background-color: rgb(248,236,237); }
div.DivClassName
{
background-color: #F8ECED;
}
.BgClassName
{
background-color: #F8ECED;
}
</style>
border-color css
<style>
span { border-color: #F8ECED; }
span { border-color: rgb(248,236,237); }
td.TdClassName
{
border-color: #F8ECED;
}
.TagClassName
{
border-color: #F8ECED;
}
</style>