Shades of Amour #F9E6E9
Tints of Amour #F9E6E9
RGB
CMYK
RGB Variations
Color information
#F9E6E9 (or 0xF9E6E9) is known color: Amour. HEX triplet: F9, E6 and E9. RGB value is (249,230,233). Sum of RGB (Red+Green+Blue) = 249+230+233=712 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.97% from 712); Green value is 230 (90.23% from 255 or 32.30% from 712); Blue value is 233 (91.41% from 255 or 32.72% from 712); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E6E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9E6E9 is #061916. Grayscale: #ECECEC. Windows color (decimal): -399639 or 15329017. OLE color: 15329017.
HSL color Cylindrical-coordinate representation of color #F9E6E9: hue angle of 350.53º degrees, saturation: 0.61, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F9E6E9 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 230 | 233 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.02 |
| HSL | 350.53º | 0.61% | 0.94% | - |
| HSV(B) | 350.53º | 0.08% | 0.98% | - |
| XYZ | 82.07 | 82.62 | 88.71 | - |
| YUV | 236.02 | 126.29 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 230 | 233 | 0 | 0.08 | 0.06 | 0.02 | 350.53 | 0.61 | 0.94 |
| Hex | F9 | E6 | E9 | 0 | 8 | 6 | 2 | 15F | 3D | 5E |
| Octal | 371 | 346 | 351 | 0 | 10 | 6 | 2 | 537 | 75 | 136 |
| Binary | 11111001 | 11100110 | 11101001 | 0 | 1000 | 110 | 10 | 101011111 | 111101 | 1011110 |
Color Harmonies of #F9E6E9
Complementary color
Monochromatic Colors of #F9E6E9
Black with #F9E6E9
Text Example
Text Example
White with #F9E6E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E6E9; }
p { color: rgb(249,230,233); }
H1.HeaderClassName
{
color: #F9E6E9;
}
.AnyTagClassName
{
color: #F9E6E9;
}
</style>
background-color css
<style>
a { background-color: #F9E6E9; }
a { background-color: rgb(249,230,233); }
div.DivClassName
{
background-color: #F9E6E9;
}
.BgClassName
{
background-color: #F9E6E9;
}
</style>
border-color css
<style>
span { border-color: #F9E6E9; }
span { border-color: rgb(249,230,233); }
td.TdClassName
{
border-color: #F9E6E9;
}
.TagClassName
{
border-color: #F9E6E9;
}
</style>