Shades of Amour #FCE0E9
Tints of Amour #FCE0E9
RGB
CMYK
RGB Variations
Color information
#FCE0E9 (or 0xFCE0E9) is known color: Amour. HEX triplet: FC, E0 and E9. RGB value is (252,224,233). Sum of RGB (Red+Green+Blue) = 252+224+233=709 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.54% from 709); Green value is 224 (87.89% from 255 or 31.59% from 709); Blue value is 233 (91.41% from 255 or 32.86% from 709); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE0E9 is #031F16. Grayscale: #E9E9E9. Windows color (decimal): -204567 or 15327484. OLE color: 15327484.
HSL color Cylindrical-coordinate representation of color #FCE0E9: hue angle of 340.71º degrees, saturation: 0.82, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FCE0E9 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 233 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.01 |
| HSL | 340.71º | 0.82% | 0.93% | - |
| HSV(B) | 340.71º | 0.11% | 0.99% | - |
| XYZ | 81.51 | 79.89 | 88.22 | - |
| YUV | 233.4 | 127.78 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 233 | 0 | 0.11 | 0.08 | 0.01 | 340.71 | 0.82 | 0.93 |
| Hex | FC | E0 | E9 | 0 | B | 8 | 1 | 155 | 52 | 5D |
| Octal | 374 | 340 | 351 | 0 | 13 | 10 | 1 | 525 | 122 | 135 |
| Binary | 11111100 | 11100000 | 11101001 | 0 | 1011 | 1000 | 1 | 101010101 | 1010010 | 1011101 |
Color Harmonies of #FCE0E9
Complementary color
Monochromatic Colors of #FCE0E9
Black with #FCE0E9
Text Example
Text Example
White with #FCE0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE0E9; }
p { color: rgb(252,224,233); }
H1.HeaderClassName
{
color: #FCE0E9;
}
.AnyTagClassName
{
color: #FCE0E9;
}
</style>
background-color css
<style>
a { background-color: #FCE0E9; }
a { background-color: rgb(252,224,233); }
div.DivClassName
{
background-color: #FCE0E9;
}
.BgClassName
{
background-color: #FCE0E9;
}
</style>
border-color css
<style>
span { border-color: #FCE0E9; }
span { border-color: rgb(252,224,233); }
td.TdClassName
{
border-color: #FCE0E9;
}
.TagClassName
{
border-color: #FCE0E9;
}
</style>