Shades of Amour #F7DEE5
Tints of Amour #F7DEE5
RGB
CMYK
RGB Variations
Color information
#F7DEE5 (or 0xF7DEE5) is known color: Amour. HEX triplet: F7, DE and E5. RGB value is (247,222,229). Sum of RGB (Red+Green+Blue) = 247+222+229=698 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.39% from 698); Green value is 222 (87.11% from 255 or 31.81% from 698); Blue value is 229 (89.84% from 255 or 32.81% from 698); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DEE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DEE5 is #08211A. Grayscale: #E6E6E6. Windows color (decimal): -532763 or 15064823. OLE color: 15064823.
HSL color Cylindrical-coordinate representation of color #F7DEE5: hue angle of 343.2º degrees, saturation: 0.61, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F7DEE5 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 222 | 229 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.03 |
| HSL | 343.2º | 0.61% | 0.92% | - |
| HSV(B) | 343.2º | 0.1% | 0.97% | - |
| XYZ | 78.62 | 77.67 | 84.98 | - |
| YUV | 230.27 | 127.28 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 222 | 229 | 0 | 0.10 | 0.07 | 0.03 | 343.2 | 0.61 | 0.92 |
| Hex | F7 | DE | E5 | 0 | A | 7 | 3 | 157 | 3D | 5C |
| Octal | 367 | 336 | 345 | 0 | 12 | 7 | 3 | 527 | 75 | 134 |
| Binary | 11110111 | 11011110 | 11100101 | 0 | 1010 | 111 | 11 | 101010111 | 111101 | 1011100 |
Color Harmonies of #F7DEE5
Complementary color
Monochromatic Colors of #F7DEE5
Black with #F7DEE5
Text Example
Text Example
White with #F7DEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DEE5; }
p { color: rgb(247,222,229); }
H1.HeaderClassName
{
color: #F7DEE5;
}
.AnyTagClassName
{
color: #F7DEE5;
}
</style>
background-color css
<style>
a { background-color: #F7DEE5; }
a { background-color: rgb(247,222,229); }
div.DivClassName
{
background-color: #F7DEE5;
}
.BgClassName
{
background-color: #F7DEE5;
}
</style>
border-color css
<style>
span { border-color: #F7DEE5; }
span { border-color: rgb(247,222,229); }
td.TdClassName
{
border-color: #F7DEE5;
}
.TagClassName
{
border-color: #F7DEE5;
}
</style>