Shades of Amour #F8EDF0
Tints of Amour #F8EDF0
RGB
CMYK
RGB Variations
Color information
#F8EDF0 (or 0xF8EDF0) is known color: Amour. HEX triplet: F8, ED and F0. RGB value is (248,237,240). Sum of RGB (Red+Green+Blue) = 248+237+240=725 (96% of max value = 765). Red value is 248 (97.27% from 255 or 34.21% from 725); Green value is 237 (92.97% from 255 or 32.69% from 725); Blue value is 240 (94.14% from 255 or 33.10% from 725); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EDF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8EDF0 is #07120F. Grayscale: #F0F0F0. Windows color (decimal): -463376 or 15789560. OLE color: 15789560.
HSL color Cylindrical-coordinate representation of color #F8EDF0: hue angle of 343.64º degrees, saturation: 0.44, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F8EDF0 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
RGB | 248 | 237 | 240 | - |
CMYK | 0 | 0.04 | 0.03 | 0.03 |
HSL | 343.64º | 0.44% | 0.95% | - |
HSV(B) | 343.64º | 0.04% | 0.97% | - |
XYZ | 84.72 | 86.82 | 94.73 | - |
YUV | 240.63 | 127.64 | 133.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 237 | 240 | 0 | 0.04 | 0.03 | 0.03 | 343.64 | 0.44 | 0.95 |
Hex | F8 | ED | F0 | 0 | 4 | 3 | 3 | 158 | 2C | 5F |
Octal | 370 | 355 | 360 | 0 | 4 | 3 | 3 | 530 | 54 | 137 |
Binary | 11111000 | 11101101 | 11110000 | 0 | 100 | 11 | 11 | 101011000 | 101100 | 1011111 |
Color Harmonies of #F8EDF0
Complementary color
Monochromatic Colors of #F8EDF0
Black with #F8EDF0
Text Example
Text Example
White with #F8EDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EDF0; }
p { color: rgb(248,237,240); }
H1.HeaderClassName
{
color: #F8EDF0;
}
.AnyTagClassName
{
color: #F8EDF0;
}
</style>
background-color css
<style>
a { background-color: #F8EDF0; }
a { background-color: rgb(248,237,240); }
div.DivClassName
{
background-color: #F8EDF0;
}
.BgClassName
{
background-color: #F8EDF0;
}
</style>
border-color css
<style>
span { border-color: #F8EDF0; }
span { border-color: rgb(248,237,240); }
td.TdClassName
{
border-color: #F8EDF0;
}
.TagClassName
{
border-color: #F8EDF0;
}
</style>