Shades of Amour #F1E5ED
Tints of Amour #F1E5ED
RGB
CMYK
RGB Variations
Color information
#F1E5ED (or 0xF1E5ED) is known color: Amour. HEX triplet: F1, E5 and ED. RGB value is (241,229,237). Sum of RGB (Red+Green+Blue) = 241+229+237=707 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.09% from 707); Green value is 229 (89.84% from 255 or 32.39% from 707); Blue value is 237 (92.97% from 255 or 33.52% from 707); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E5ED is #0E1A12. Grayscale: #E9E9E9. Windows color (decimal): -924179 or 15590897. OLE color: 15590897.
HSL color Cylindrical-coordinate representation of color #F1E5ED: hue angle of 320º degrees, saturation: 0.3, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F1E5ED is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 241 | 229 | 237 | - |
CMYK | 0 | 0.05 | 0.02 | 0.05 |
HSL | 320º | 0.3% | 0.92% | - |
HSV(B) | 320º | 0.05% | 0.95% | - |
XYZ | 79.58 | 80.85 | 91.53 | - |
YUV | 233.5 | 129.98 | 133.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 229 | 237 | 0 | 0.05 | 0.02 | 0.05 | 320 | 0.3 | 0.92 |
Hex | F1 | E5 | ED | 0 | 5 | 2 | 5 | 140 | 1E | 5C |
Octal | 361 | 345 | 355 | 0 | 5 | 2 | 5 | 500 | 36 | 134 |
Binary | 11110001 | 11100101 | 11101101 | 0 | 101 | 10 | 101 | 101000000 | 11110 | 1011100 |
Color Harmonies of #F1E5ED
Complementary color
Monochromatic Colors of #F1E5ED
Black with #F1E5ED
Text Example
Text Example
White with #F1E5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E5ED; }
p { color: rgb(241,229,237); }
H1.HeaderClassName
{
color: #F1E5ED;
}
.AnyTagClassName
{
color: #F1E5ED;
}
</style>
background-color css
<style>
a { background-color: #F1E5ED; }
a { background-color: rgb(241,229,237); }
div.DivClassName
{
background-color: #F1E5ED;
}
.BgClassName
{
background-color: #F1E5ED;
}
</style>
border-color css
<style>
span { border-color: #F1E5ED; }
span { border-color: rgb(241,229,237); }
td.TdClassName
{
border-color: #F1E5ED;
}
.TagClassName
{
border-color: #F1E5ED;
}
</style>