Shades of Amour #F6DFE5
Tints of Amour #F6DFE5
RGB
CMYK
RGB Variations
Color information
#F6DFE5 (or 0xF6DFE5) is known color: Amour. HEX triplet: F6, DF and E5. RGB value is (246,223,229). Sum of RGB (Red+Green+Blue) = 246+223+229=698 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.24% from 698); Green value is 223 (87.5% from 255 or 31.95% from 698); Blue value is 229 (89.84% from 255 or 32.81% from 698); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DFE5 is #09201A. Grayscale: #E6E6E6. Windows color (decimal): -598043 or 15065078. OLE color: 15065078.
HSL color Cylindrical-coordinate representation of color #F6DFE5: hue angle of 344.35º degrees, saturation: 0.56, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F6DFE5 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 223 | 229 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.04 |
| HSL | 344.35º | 0.56% | 0.92% | - |
| HSV(B) | 344.35º | 0.09% | 0.96% | - |
| XYZ | 78.54 | 78.03 | 85.05 | - |
| YUV | 230.56 | 127.12 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 223 | 229 | 0 | 0.09 | 0.07 | 0.04 | 344.35 | 0.56 | 0.92 |
| Hex | F6 | DF | E5 | 0 | 9 | 7 | 4 | 158 | 38 | 5C |
| Octal | 366 | 337 | 345 | 0 | 11 | 7 | 4 | 530 | 70 | 134 |
| Binary | 11110110 | 11011111 | 11100101 | 0 | 1001 | 111 | 100 | 101011000 | 111000 | 1011100 |
Color Harmonies of #F6DFE5
Complementary color
Monochromatic Colors of #F6DFE5
Black with #F6DFE5
Text Example
Text Example
White with #F6DFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DFE5; }
p { color: rgb(246,223,229); }
H1.HeaderClassName
{
color: #F6DFE5;
}
.AnyTagClassName
{
color: #F6DFE5;
}
</style>
background-color css
<style>
a { background-color: #F6DFE5; }
a { background-color: rgb(246,223,229); }
div.DivClassName
{
background-color: #F6DFE5;
}
.BgClassName
{
background-color: #F6DFE5;
}
</style>
border-color css
<style>
span { border-color: #F6DFE5; }
span { border-color: rgb(246,223,229); }
td.TdClassName
{
border-color: #F6DFE5;
}
.TagClassName
{
border-color: #F6DFE5;
}
</style>