Shades of Amour #F2E1E7
Tints of Amour #F2E1E7
RGB
CMYK
RGB Variations
Color information
#F2E1E7 (or 0xF2E1E7) is known color: Amour. HEX triplet: F2, E1 and E7. RGB value is (242,225,231). Sum of RGB (Red+Green+Blue) = 242+225+231=698 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.67% from 698); Green value is 225 (88.28% from 255 or 32.23% from 698); Blue value is 231 (90.62% from 255 or 33.09% from 698); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E1E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E1E7 is #0D1E18. Grayscale: #E6E6E6. Windows color (decimal): -859673 or 15196658. OLE color: 15196658.
HSL color Cylindrical-coordinate representation of color #F2E1E7: hue angle of 338.82º degrees, saturation: 0.4, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F2E1E7 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 225 | 231 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.05 |
| HSL | 338.82º | 0.4% | 0.92% | - |
| HSV(B) | 338.82º | 0.07% | 0.95% | - |
| XYZ | 77.97 | 78.5 | 86.64 | - |
| YUV | 230.77 | 128.13 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 225 | 231 | 0 | 0.07 | 0.05 | 0.05 | 338.82 | 0.4 | 0.92 |
| Hex | F2 | E1 | E7 | 0 | 7 | 5 | 5 | 153 | 28 | 5C |
| Octal | 362 | 341 | 347 | 0 | 7 | 5 | 5 | 523 | 50 | 134 |
| Binary | 11110010 | 11100001 | 11100111 | 0 | 111 | 101 | 101 | 101010011 | 101000 | 1011100 |
Color Harmonies of #F2E1E7
Complementary color
Monochromatic Colors of #F2E1E7
Black with #F2E1E7
Text Example
Text Example
White with #F2E1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E1E7; }
p { color: rgb(242,225,231); }
H1.HeaderClassName
{
color: #F2E1E7;
}
.AnyTagClassName
{
color: #F2E1E7;
}
</style>
background-color css
<style>
a { background-color: #F2E1E7; }
a { background-color: rgb(242,225,231); }
div.DivClassName
{
background-color: #F2E1E7;
}
.BgClassName
{
background-color: #F2E1E7;
}
</style>
border-color css
<style>
span { border-color: #F2E1E7; }
span { border-color: rgb(242,225,231); }
td.TdClassName
{
border-color: #F2E1E7;
}
.TagClassName
{
border-color: #F2E1E7;
}
</style>