Shades of Amour #F9E8ED
Tints of Amour #F9E8ED
RGB
CMYK
RGB Variations
Color information
#F9E8ED (or 0xF9E8ED) is known color: Amour. HEX triplet: F9, E8 and ED. RGB value is (249,232,237). Sum of RGB (Red+Green+Blue) = 249+232+237=718 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.68% from 718); Green value is 232 (91.02% from 255 or 32.31% from 718); Blue value is 237 (92.97% from 255 or 33.01% from 718); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E8ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9E8ED is #061712. Grayscale: #EDEDED. Windows color (decimal): -399123 or 15591673. OLE color: 15591673.
HSL color Cylindrical-coordinate representation of color #F9E8ED: hue angle of 342.35º degrees, saturation: 0.59, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F9E8ED is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 232 | 237 | - |
CMYK | 0 | 0.07 | 0.05 | 0.02 |
HSL | 342.35º | 0.59% | 0.94% | - |
HSV(B) | 342.35º | 0.07% | 0.98% | - |
XYZ | 83.21 | 83.97 | 91.94 | - |
YUV | 237.65 | 127.63 | 136.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 232 | 237 | 0 | 0.07 | 0.05 | 0.02 | 342.35 | 0.59 | 0.94 |
Hex | F9 | E8 | ED | 0 | 7 | 5 | 2 | 156 | 3B | 5E |
Octal | 371 | 350 | 355 | 0 | 7 | 5 | 2 | 526 | 73 | 136 |
Binary | 11111001 | 11101000 | 11101101 | 0 | 111 | 101 | 10 | 101010110 | 111011 | 1011110 |
Color Harmonies of #F9E8ED
Complementary color
Monochromatic Colors of #F9E8ED
Black with #F9E8ED
Text Example
Text Example
White with #F9E8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E8ED; }
p { color: rgb(249,232,237); }
H1.HeaderClassName
{
color: #F9E8ED;
}
.AnyTagClassName
{
color: #F9E8ED;
}
</style>
background-color css
<style>
a { background-color: #F9E8ED; }
a { background-color: rgb(249,232,237); }
div.DivClassName
{
background-color: #F9E8ED;
}
.BgClassName
{
background-color: #F9E8ED;
}
</style>
border-color css
<style>
span { border-color: #F9E8ED; }
span { border-color: rgb(249,232,237); }
td.TdClassName
{
border-color: #F9E8ED;
}
.TagClassName
{
border-color: #F9E8ED;
}
</style>