Shades of Amour #F1E0E8
Tints of Amour #F1E0E8
RGB
CMYK
RGB Variations
Color information
#F1E0E8 (or 0xF1E0E8) is known color: Amour. HEX triplet: F1, E0 and E8. RGB value is (241,224,232). Sum of RGB (Red+Green+Blue) = 241+224+232=697 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.58% from 697); Green value is 224 (87.89% from 255 or 32.14% from 697); Blue value is 232 (91.02% from 255 or 33.29% from 697); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E0E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E0E8 is #0E1F17. Grayscale: #E5E5E5. Windows color (decimal): -925464 or 15261937. OLE color: 15261937.
HSL color Cylindrical-coordinate representation of color #F1E0E8: hue angle of 331.76º 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 #F1E0E8 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 224 | 232 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.05 |
| HSL | 331.76º | 0.38% | 0.91% | - |
| HSV(B) | 331.76º | 0.07% | 0.95% | - |
| XYZ | 77.5 | 77.84 | 87.28 | - |
| YUV | 230 | 129.13 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 224 | 232 | 0 | 0.07 | 0.04 | 0.05 | 331.76 | 0.38 | 0.91 |
| Hex | F1 | E0 | E8 | 0 | 7 | 4 | 5 | 14C | 26 | 5B |
| Octal | 361 | 340 | 350 | 0 | 7 | 4 | 5 | 514 | 46 | 133 |
| Binary | 11110001 | 11100000 | 11101000 | 0 | 111 | 100 | 101 | 101001100 | 100110 | 1011011 |
Color Harmonies of #F1E0E8
Complementary color
Monochromatic Colors of #F1E0E8
Black with #F1E0E8
Text Example
Text Example
White with #F1E0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E0E8; }
p { color: rgb(241,224,232); }
H1.HeaderClassName
{
color: #F1E0E8;
}
.AnyTagClassName
{
color: #F1E0E8;
}
</style>
background-color css
<style>
a { background-color: #F1E0E8; }
a { background-color: rgb(241,224,232); }
div.DivClassName
{
background-color: #F1E0E8;
}
.BgClassName
{
background-color: #F1E0E8;
}
</style>
border-color css
<style>
span { border-color: #F1E0E8; }
span { border-color: rgb(241,224,232); }
td.TdClassName
{
border-color: #F1E0E8;
}
.TagClassName
{
border-color: #F1E0E8;
}
</style>