Shades of Amour #F6DEE5
Tints of Amour #F6DEE5
RGB
CMYK
RGB Variations
Color information
#F6DEE5 (or 0xF6DEE5) is known color: Amour. HEX triplet: F6, DE and E5. RGB value is (246,222,229). Sum of RGB (Red+Green+Blue) = 246+222+229=697 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.29% from 697); Green value is 222 (87.11% from 255 or 31.85% from 697); Blue value is 229 (89.84% from 255 or 32.86% from 697); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DEE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DEE5 is #09211A. Grayscale: #E5E5E5. Windows color (decimal): -598299 or 15064822. OLE color: 15064822.
HSL color Cylindrical-coordinate representation of color #F6DEE5: hue angle of 342.5º degrees, saturation: 0.57, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F6DEE5 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 222 | 229 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.04 |
| HSL | 342.5º | 0.57% | 0.92% | - |
| HSV(B) | 342.5º | 0.1% | 0.96% | - |
| XYZ | 78.27 | 77.49 | 84.96 | - |
| YUV | 229.97 | 127.45 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 222 | 229 | 0 | 0.10 | 0.07 | 0.04 | 342.5 | 0.57 | 0.92 |
| Hex | F6 | DE | E5 | 0 | A | 7 | 4 | 156 | 39 | 5C |
| Octal | 366 | 336 | 345 | 0 | 12 | 7 | 4 | 526 | 71 | 134 |
| Binary | 11110110 | 11011110 | 11100101 | 0 | 1010 | 111 | 100 | 101010110 | 111001 | 1011100 |
Color Harmonies of #F6DEE5
Complementary color
Monochromatic Colors of #F6DEE5
Black with #F6DEE5
Text Example
Text Example
White with #F6DEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DEE5; }
p { color: rgb(246,222,229); }
H1.HeaderClassName
{
color: #F6DEE5;
}
.AnyTagClassName
{
color: #F6DEE5;
}
</style>
background-color css
<style>
a { background-color: #F6DEE5; }
a { background-color: rgb(246,222,229); }
div.DivClassName
{
background-color: #F6DEE5;
}
.BgClassName
{
background-color: #F6DEE5;
}
</style>
border-color css
<style>
span { border-color: #F6DEE5; }
span { border-color: rgb(246,222,229); }
td.TdClassName
{
border-color: #F6DEE5;
}
.TagClassName
{
border-color: #F6DEE5;
}
</style>