Shades of Amour #F1E6E7
Tints of Amour #F1E6E7
RGB
CMYK
RGB Variations
Color information
#F1E6E7 (or 0xF1E6E7) is known color: Amour. HEX triplet: F1, E6 and E7. RGB value is (241,230,231). Sum of RGB (Red+Green+Blue) = 241+230+231=702 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.33% from 702); Green value is 230 (90.23% from 255 or 32.76% from 702); Blue value is 231 (90.62% from 255 or 32.91% from 702); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E6E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1E6E7 is #0E1918. Grayscale: #E9E9E9. Windows color (decimal): -923929 or 15197937. OLE color: 15197937.
HSL color Cylindrical-coordinate representation of color #F1E6E7: hue angle of 354.55º degrees, saturation: 0.28, 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 #F1E6E7 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 230 | 231 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.05 |
| HSL | 354.55º | 0.28% | 0.92% | - |
| HSV(B) | 354.55º | 0.05% | 0.95% | - |
| XYZ | 79 | 81.06 | 87.08 | - |
| YUV | 233.4 | 126.64 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 230 | 231 | 0 | 0.05 | 0.04 | 0.05 | 354.55 | 0.28 | 0.92 |
| Hex | F1 | E6 | E7 | 0 | 5 | 4 | 5 | 163 | 1C | 5C |
| Octal | 361 | 346 | 347 | 0 | 5 | 4 | 5 | 543 | 34 | 134 |
| Binary | 11110001 | 11100110 | 11100111 | 0 | 101 | 100 | 101 | 101100011 | 11100 | 1011100 |
Color Harmonies of #F1E6E7
Complementary color
Monochromatic Colors of #F1E6E7
Black with #F1E6E7
Text Example
Text Example
White with #F1E6E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E6E7; }
p { color: rgb(241,230,231); }
H1.HeaderClassName
{
color: #F1E6E7;
}
.AnyTagClassName
{
color: #F1E6E7;
}
</style>
background-color css
<style>
a { background-color: #F1E6E7; }
a { background-color: rgb(241,230,231); }
div.DivClassName
{
background-color: #F1E6E7;
}
.BgClassName
{
background-color: #F1E6E7;
}
</style>
border-color css
<style>
span { border-color: #F1E6E7; }
span { border-color: rgb(241,230,231); }
td.TdClassName
{
border-color: #F1E6E7;
}
.TagClassName
{
border-color: #F1E6E7;
}
</style>