Shades of Amour #F9E9EE
Tints of Amour #F9E9EE
RGB
CMYK
RGB Variations
Color information
#F9E9EE (or 0xF9E9EE) is known color: Amour. HEX triplet: F9, E9 and EE. RGB value is (249,233,238). Sum of RGB (Red+Green+Blue) = 249+233+238=720 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.58% from 720); Green value is 233 (91.41% from 255 or 32.36% from 720); Blue value is 238 (93.36% from 255 or 33.06% from 720); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E9EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9E9EE is #061611. Grayscale: #EEEEEE. Windows color (decimal): -398866 or 15657465. OLE color: 15657465.
HSL color Cylindrical-coordinate representation of color #F9E9EE: hue angle of 341.25º degrees, saturation: 0.57, 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 #F9E9EE is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 233 | 238 | - |
CMYK | 0 | 0.06 | 0.04 | 0.02 |
HSL | 341.25º | 0.57% | 0.95% | - |
HSV(B) | 341.25º | 0.06% | 0.98% | - |
XYZ | 83.64 | 84.59 | 92.81 | - |
YUV | 238.35 | 127.8 | 135.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 233 | 238 | 0 | 0.06 | 0.04 | 0.02 | 341.25 | 0.57 | 0.95 |
Hex | F9 | E9 | EE | 0 | 6 | 4 | 2 | 155 | 39 | 5F |
Octal | 371 | 351 | 356 | 0 | 6 | 4 | 2 | 525 | 71 | 137 |
Binary | 11111001 | 11101001 | 11101110 | 0 | 110 | 100 | 10 | 101010101 | 111001 | 1011111 |
Color Harmonies of #F9E9EE
Complementary color
Monochromatic Colors of #F9E9EE
Black with #F9E9EE
Text Example
Text Example
White with #F9E9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E9EE; }
p { color: rgb(249,233,238); }
H1.HeaderClassName
{
color: #F9E9EE;
}
.AnyTagClassName
{
color: #F9E9EE;
}
</style>
background-color css
<style>
a { background-color: #F9E9EE; }
a { background-color: rgb(249,233,238); }
div.DivClassName
{
background-color: #F9E9EE;
}
.BgClassName
{
background-color: #F9E9EE;
}
</style>
border-color css
<style>
span { border-color: #F9E9EE; }
span { border-color: rgb(249,233,238); }
td.TdClassName
{
border-color: #F9E9EE;
}
.TagClassName
{
border-color: #F9E9EE;
}
</style>