Shades of Amour #F9E9ED
Tints of Amour #F9E9ED
RGB
CMYK
RGB Variations
Color information
#F9E9ED (or 0xF9E9ED) is known color: Amour. HEX triplet: F9, E9 and ED. RGB value is (249,233,237). Sum of RGB (Red+Green+Blue) = 249+233+237=719 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.63% from 719); Green value is 233 (91.41% from 255 or 32.41% from 719); Blue value is 237 (92.97% from 255 or 32.96% from 719); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E9ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9E9ED is #061612. Grayscale: #EEEEEE. Windows color (decimal): -398867 or 15591929. OLE color: 15591929.
HSL color Cylindrical-coordinate representation of color #F9E9ED: hue angle of 345º 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 #F9E9ED is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 233 | 237 | - |
CMYK | 0 | 0.06 | 0.05 | 0.02 |
HSL | 345º | 0.57% | 0.95% | - |
HSV(B) | 345º | 0.06% | 0.98% | - |
XYZ | 83.49 | 84.53 | 92.04 | - |
YUV | 238.24 | 127.3 | 135.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 233 | 237 | 0 | 0.06 | 0.05 | 0.02 | 345 | 0.57 | 0.95 |
Hex | F9 | E9 | ED | 0 | 6 | 5 | 2 | 159 | 39 | 5F |
Octal | 371 | 351 | 355 | 0 | 6 | 5 | 2 | 531 | 71 | 137 |
Binary | 11111001 | 11101001 | 11101101 | 0 | 110 | 101 | 10 | 101011001 | 111001 | 1011111 |
Color Harmonies of #F9E9ED
Complementary color
Monochromatic Colors of #F9E9ED
Black with #F9E9ED
Text Example
Text Example
White with #F9E9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E9ED; }
p { color: rgb(249,233,237); }
H1.HeaderClassName
{
color: #F9E9ED;
}
.AnyTagClassName
{
color: #F9E9ED;
}
</style>
background-color css
<style>
a { background-color: #F9E9ED; }
a { background-color: rgb(249,233,237); }
div.DivClassName
{
background-color: #F9E9ED;
}
.BgClassName
{
background-color: #F9E9ED;
}
</style>
border-color css
<style>
span { border-color: #F9E9ED; }
span { border-color: rgb(249,233,237); }
td.TdClassName
{
border-color: #F9E9ED;
}
.TagClassName
{
border-color: #F9E9ED;
}
</style>