Shades of Amour #FDE3EE
Tints of Amour #FDE3EE
RGB
CMYK
RGB Variations
Color information
#FDE3EE (or 0xFDE3EE) is known color: Amour. HEX triplet: FD, E3 and EE. RGB value is (253,227,238). Sum of RGB (Red+Green+Blue) = 253+227+238=718 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.24% from 718); Green value is 227 (89.06% from 255 or 31.62% from 718); Blue value is 238 (93.36% from 255 or 33.15% from 718); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE3EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE3EE is #021C11. Grayscale: #ECECEC. Windows color (decimal): -138258 or 15655933. OLE color: 15655933.
HSL color Cylindrical-coordinate representation of color #FDE3EE: hue angle of 334.62º degrees, saturation: 0.87, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FDE3EE is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 227 | 238 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.01 |
| HSL | 334.62º | 0.87% | 0.94% | - |
| HSV(B) | 334.62º | 0.1% | 0.99% | - |
| XYZ | 83.41 | 81.99 | 92.32 | - |
| YUV | 236.03 | 129.11 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 227 | 238 | 0 | 0.10 | 0.06 | 0.01 | 334.62 | 0.87 | 0.94 |
| Hex | FD | E3 | EE | 0 | A | 6 | 1 | 14F | 57 | 5E |
| Octal | 375 | 343 | 356 | 0 | 12 | 6 | 1 | 517 | 127 | 136 |
| Binary | 11111101 | 11100011 | 11101110 | 0 | 1010 | 110 | 1 | 101001111 | 1010111 | 1011110 |
Color Harmonies of #FDE3EE
Complementary color
Monochromatic Colors of #FDE3EE
Black with #FDE3EE
Text Example
Text Example
White with #FDE3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE3EE; }
p { color: rgb(253,227,238); }
H1.HeaderClassName
{
color: #FDE3EE;
}
.AnyTagClassName
{
color: #FDE3EE;
}
</style>
background-color css
<style>
a { background-color: #FDE3EE; }
a { background-color: rgb(253,227,238); }
div.DivClassName
{
background-color: #FDE3EE;
}
.BgClassName
{
background-color: #FDE3EE;
}
</style>
border-color css
<style>
span { border-color: #FDE3EE; }
span { border-color: rgb(253,227,238); }
td.TdClassName
{
border-color: #FDE3EE;
}
.TagClassName
{
border-color: #FDE3EE;
}
</style>