Shades of Amour #FDE6EE
Tints of Amour #FDE6EE
RGB
CMYK
RGB Variations
Color information
#FDE6EE (or 0xFDE6EE) is known color: Amour. HEX triplet: FD, E6 and EE. RGB value is (253,230,238). Sum of RGB (Red+Green+Blue) = 253+230+238=721 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.09% from 721); Green value is 230 (90.23% from 255 or 31.90% from 721); Blue value is 238 (93.36% from 255 or 33.01% from 721); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE6EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE6EE is #021911. Grayscale: #EDEDED. Windows color (decimal): -137490 or 15656701. OLE color: 15656701.
HSL color Cylindrical-coordinate representation of color #FDE6EE: hue angle of 339.13º degrees, saturation: 0.85, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FDE6EE is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 230 | 238 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.01 |
| HSL | 339.13º | 0.85% | 0.95% | - |
| HSV(B) | 339.13º | 0.09% | 0.99% | - |
| XYZ | 84.24 | 83.65 | 92.6 | - |
| YUV | 237.79 | 128.12 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 230 | 238 | 0 | 0.09 | 0.06 | 0.01 | 339.13 | 0.85 | 0.95 |
| Hex | FD | E6 | EE | 0 | 9 | 6 | 1 | 153 | 55 | 5F |
| Octal | 375 | 346 | 356 | 0 | 11 | 6 | 1 | 523 | 125 | 137 |
| Binary | 11111101 | 11100110 | 11101110 | 0 | 1001 | 110 | 1 | 101010011 | 1010101 | 1011111 |
Color Harmonies of #FDE6EE
Complementary color
Monochromatic Colors of #FDE6EE
Black with #FDE6EE
Text Example
Text Example
White with #FDE6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE6EE; }
p { color: rgb(253,230,238); }
H1.HeaderClassName
{
color: #FDE6EE;
}
.AnyTagClassName
{
color: #FDE6EE;
}
</style>
background-color css
<style>
a { background-color: #FDE6EE; }
a { background-color: rgb(253,230,238); }
div.DivClassName
{
background-color: #FDE6EE;
}
.BgClassName
{
background-color: #FDE6EE;
}
</style>
border-color css
<style>
span { border-color: #FDE6EE; }
span { border-color: rgb(253,230,238); }
td.TdClassName
{
border-color: #FDE6EE;
}
.TagClassName
{
border-color: #FDE6EE;
}
</style>