Shades of Amour #F8E3ED
Tints of Amour #F8E3ED
RGB
CMYK
RGB Variations
Color information
#F8E3ED (or 0xF8E3ED) is known color: Amour. HEX triplet: F8, E3 and ED. RGB value is (248,227,237). Sum of RGB (Red+Green+Blue) = 248+227+237=712 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.83% from 712); Green value is 227 (89.06% from 255 or 31.88% from 712); Blue value is 237 (92.97% from 255 or 33.29% from 712); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E3ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8E3ED is #071C12. Grayscale: #EAEAEA. Windows color (decimal): -465939 or 15590392. OLE color: 15590392.
HSL color Cylindrical-coordinate representation of color #F8E3ED: hue angle of 331.43º degrees, saturation: 0.6, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F8E3ED is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 227 | 237 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.03 |
| HSL | 331.43º | 0.6% | 0.93% | - |
| HSV(B) | 331.43º | 0.08% | 0.97% | - |
| XYZ | 81.47 | 81.01 | 91.46 | - |
| YUV | 234.42 | 129.46 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 227 | 237 | 0 | 0.08 | 0.04 | 0.03 | 331.43 | 0.6 | 0.93 |
| Hex | F8 | E3 | ED | 0 | 8 | 4 | 3 | 14B | 3C | 5D |
| Octal | 370 | 343 | 355 | 0 | 10 | 4 | 3 | 513 | 74 | 135 |
| Binary | 11111000 | 11100011 | 11101101 | 0 | 1000 | 100 | 11 | 101001011 | 111100 | 1011101 |
Color Harmonies of #F8E3ED
Complementary color
Monochromatic Colors of #F8E3ED
Black with #F8E3ED
Text Example
Text Example
White with #F8E3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E3ED; }
p { color: rgb(248,227,237); }
H1.HeaderClassName
{
color: #F8E3ED;
}
.AnyTagClassName
{
color: #F8E3ED;
}
</style>
background-color css
<style>
a { background-color: #F8E3ED; }
a { background-color: rgb(248,227,237); }
div.DivClassName
{
background-color: #F8E3ED;
}
.BgClassName
{
background-color: #F8E3ED;
}
</style>
border-color css
<style>
span { border-color: #F8E3ED; }
span { border-color: rgb(248,227,237); }
td.TdClassName
{
border-color: #F8E3ED;
}
.TagClassName
{
border-color: #F8E3ED;
}
</style>