Shades of Amour #F9EAEC
Tints of Amour #F9EAEC
RGB
CMYK
RGB Variations
Color information
#F9EAEC (or 0xF9EAEC) is known color: Amour. HEX triplet: F9, EA and EC. RGB value is (249,234,236). Sum of RGB (Red+Green+Blue) = 249+234+236=719 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.63% from 719); Green value is 234 (91.80% from 255 or 32.55% from 719); Blue value is 236 (92.58% from 255 or 32.82% from 719); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EAEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9EAEC is #061513. Grayscale: #EEEEEE. Windows color (decimal): -398612 or 15526649. OLE color: 15526649.
HSL color Cylindrical-coordinate representation of color #F9EAEC: hue angle of 352º degrees, saturation: 0.56, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F9EAEC is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 234 | 236 | - |
CMYK | 0 | 0.06 | 0.05 | 0.02 |
HSL | 352º | 0.56% | 0.95% | - |
HSV(B) | 352º | 0.06% | 0.98% | - |
XYZ | 83.63 | 85.04 | 91.36 | - |
YUV | 238.71 | 126.47 | 135.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 234 | 236 | 0 | 0.06 | 0.05 | 0.02 | 352 | 0.56 | 0.95 |
Hex | F9 | EA | EC | 0 | 6 | 5 | 2 | 160 | 38 | 5F |
Octal | 371 | 352 | 354 | 0 | 6 | 5 | 2 | 540 | 70 | 137 |
Binary | 11111001 | 11101010 | 11101100 | 0 | 110 | 101 | 10 | 101100000 | 111000 | 1011111 |
Color Harmonies of #F9EAEC
Complementary color
Monochromatic Colors of #F9EAEC
Black with #F9EAEC
Text Example
Text Example
White with #F9EAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EAEC; }
p { color: rgb(249,234,236); }
H1.HeaderClassName
{
color: #F9EAEC;
}
.AnyTagClassName
{
color: #F9EAEC;
}
</style>
background-color css
<style>
a { background-color: #F9EAEC; }
a { background-color: rgb(249,234,236); }
div.DivClassName
{
background-color: #F9EAEC;
}
.BgClassName
{
background-color: #F9EAEC;
}
</style>
border-color css
<style>
span { border-color: #F9EAEC; }
span { border-color: rgb(249,234,236); }
td.TdClassName
{
border-color: #F9EAEC;
}
.TagClassName
{
border-color: #F9EAEC;
}
</style>