Shades of Amour #F9EFF1
Tints of Amour #F9EFF1
RGB
CMYK
RGB Variations
Color information
#F9EFF1 (or 0xF9EFF1) is known color: Amour. HEX triplet: F9, EF and F1. RGB value is (249,239,241). Sum of RGB (Red+Green+Blue) = 249+239+241=729 (96% of max value = 765). Red value is 249 (97.66% from 255 or 34.16% from 729); Green value is 239 (93.75% from 255 or 32.78% from 729); Blue value is 241 (94.53% from 255 or 33.06% from 729); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EFF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9EFF1 is #06100E. Grayscale: #F2F2F2. Windows color (decimal): -397327 or 15855609. OLE color: 15855609.
HSL color Cylindrical-coordinate representation of color #F9EFF1: hue angle of 348º degrees, saturation: 0.45, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F9EFF1 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 239 | 241 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.02 |
| HSL | 348º | 0.45% | 0.96% | - |
| HSV(B) | 348º | 0.04% | 0.98% | - |
| XYZ | 85.81 | 88.22 | 95.73 | - |
| YUV | 242.22 | 127.31 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 239 | 241 | 0 | 0.04 | 0.03 | 0.02 | 348 | 0.45 | 0.96 |
| Hex | F9 | EF | F1 | 0 | 4 | 3 | 2 | 15C | 2D | 60 |
| Octal | 371 | 357 | 361 | 0 | 4 | 3 | 2 | 534 | 55 | 140 |
| Binary | 11111001 | 11101111 | 11110001 | 0 | 100 | 11 | 10 | 101011100 | 101101 | 1100000 |
Color Harmonies of #F9EFF1
Complementary color
Monochromatic Colors of #F9EFF1
Black with #F9EFF1
Text Example
Text Example
White with #F9EFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EFF1; }
p { color: rgb(249,239,241); }
H1.HeaderClassName
{
color: #F9EFF1;
}
.AnyTagClassName
{
color: #F9EFF1;
}
</style>
background-color css
<style>
a { background-color: #F9EFF1; }
a { background-color: rgb(249,239,241); }
div.DivClassName
{
background-color: #F9EFF1;
}
.BgClassName
{
background-color: #F9EFF1;
}
</style>
border-color css
<style>
span { border-color: #F9EFF1; }
span { border-color: rgb(249,239,241); }
td.TdClassName
{
border-color: #F9EFF1;
}
.TagClassName
{
border-color: #F9EFF1;
}
</style>