Shades of Amour #F9ECEF
Tints of Amour #F9ECEF
RGB
CMYK
RGB Variations
Color information
#F9ECEF (or 0xF9ECEF) is known color: Amour. HEX triplet: F9, EC and EF. RGB value is (249,236,239). Sum of RGB (Red+Green+Blue) = 249+236+239=724 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.39% from 724); Green value is 236 (92.58% from 255 or 32.60% from 724); Blue value is 239 (93.75% from 255 or 33.01% from 724); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ECEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9ECEF is #061310. Grayscale: #F0F0F0. Windows color (decimal): -398097 or 15723769. OLE color: 15723769.
HSL color Cylindrical-coordinate representation of color #F9ECEF: hue angle of 346.15º degrees, saturation: 0.52, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F9ECEF is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 236 | 239 | - |
CMYK | 0 | 0.05 | 0.04 | 0.02 |
HSL | 346.15º | 0.52% | 0.95% | - |
HSV(B) | 346.15º | 0.05% | 0.98% | - |
XYZ | 84.64 | 86.36 | 93.87 | - |
YUV | 240.23 | 127.31 | 134.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 236 | 239 | 0 | 0.05 | 0.04 | 0.02 | 346.15 | 0.52 | 0.95 |
Hex | F9 | EC | EF | 0 | 5 | 4 | 2 | 15A | 34 | 5F |
Octal | 371 | 354 | 357 | 0 | 5 | 4 | 2 | 532 | 64 | 137 |
Binary | 11111001 | 11101100 | 11101111 | 0 | 101 | 100 | 10 | 101011010 | 110100 | 1011111 |
Color Harmonies of #F9ECEF
Complementary color
Monochromatic Colors of #F9ECEF
Black with #F9ECEF
Text Example
Text Example
White with #F9ECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9ECEF; }
p { color: rgb(249,236,239); }
H1.HeaderClassName
{
color: #F9ECEF;
}
.AnyTagClassName
{
color: #F9ECEF;
}
</style>
background-color css
<style>
a { background-color: #F9ECEF; }
a { background-color: rgb(249,236,239); }
div.DivClassName
{
background-color: #F9ECEF;
}
.BgClassName
{
background-color: #F9ECEF;
}
</style>
border-color css
<style>
span { border-color: #F9ECEF; }
span { border-color: rgb(249,236,239); }
td.TdClassName
{
border-color: #F9ECEF;
}
.TagClassName
{
border-color: #F9ECEF;
}
</style>