Shades of Amour #F1E0E6
Tints of Amour #F1E0E6
RGB
CMYK
RGB Variations
Color information
#F1E0E6 (or 0xF1E0E6) is known color: Amour. HEX triplet: F1, E0 and E6. RGB value is (241,224,230). Sum of RGB (Red+Green+Blue) = 241+224+230=695 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.68% from 695); Green value is 224 (87.89% from 255 or 32.23% from 695); Blue value is 230 (90.23% from 255 or 33.09% from 695); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E0E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E0E6 is #0E1F19. Grayscale: #E5E5E5. Windows color (decimal): -925466 or 15130865. OLE color: 15130865.
HSL color Cylindrical-coordinate representation of color #F1E0E6: hue angle of 338.82º degrees, saturation: 0.38, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F1E0E6 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 224 | 230 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.05 |
| HSL | 338.82º | 0.38% | 0.91% | - |
| HSV(B) | 338.82º | 0.07% | 0.95% | - |
| XYZ | 77.21 | 77.73 | 85.8 | - |
| YUV | 229.77 | 128.13 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 224 | 230 | 0 | 0.07 | 0.05 | 0.05 | 338.82 | 0.38 | 0.91 |
| Hex | F1 | E0 | E6 | 0 | 7 | 5 | 5 | 153 | 26 | 5B |
| Octal | 361 | 340 | 346 | 0 | 7 | 5 | 5 | 523 | 46 | 133 |
| Binary | 11110001 | 11100000 | 11100110 | 0 | 111 | 101 | 101 | 101010011 | 100110 | 1011011 |
Color Harmonies of #F1E0E6
Complementary color
Monochromatic Colors of #F1E0E6
Black with #F1E0E6
Text Example
Text Example
White with #F1E0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E0E6; }
p { color: rgb(241,224,230); }
H1.HeaderClassName
{
color: #F1E0E6;
}
.AnyTagClassName
{
color: #F1E0E6;
}
</style>
background-color css
<style>
a { background-color: #F1E0E6; }
a { background-color: rgb(241,224,230); }
div.DivClassName
{
background-color: #F1E0E6;
}
.BgClassName
{
background-color: #F1E0E6;
}
</style>
border-color css
<style>
span { border-color: #F1E0E6; }
span { border-color: rgb(241,224,230); }
td.TdClassName
{
border-color: #F1E0E6;
}
.TagClassName
{
border-color: #F1E0E6;
}
</style>