Shades of Amour #FCE4EA
Tints of Amour #FCE4EA
RGB
CMYK
RGB Variations
Color information
#FCE4EA (or 0xFCE4EA) is known color: Amour. HEX triplet: FC, E4 and EA. RGB value is (252,228,234). Sum of RGB (Red+Green+Blue) = 252+228+234=714 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.29% from 714); Green value is 228 (89.45% from 255 or 31.93% from 714); Blue value is 234 (91.80% from 255 or 32.77% from 714); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE4EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE4EA is #031B15. Grayscale: #EBEBEB. Windows color (decimal): -203542 or 15394044. OLE color: 15394044.
HSL color Cylindrical-coordinate representation of color #FCE4EA: hue angle of 345º degrees, saturation: 0.8, 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 #FCE4EA is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 228 | 234 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.01 |
| HSL | 345º | 0.8% | 0.94% | - |
| HSV(B) | 345º | 0.1% | 0.99% | - |
| XYZ | 82.74 | 82.12 | 89.33 | - |
| YUV | 235.86 | 126.95 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 228 | 234 | 0 | 0.10 | 0.07 | 0.01 | 345 | 0.8 | 0.94 |
| Hex | FC | E4 | EA | 0 | A | 7 | 1 | 159 | 50 | 5E |
| Octal | 374 | 344 | 352 | 0 | 12 | 7 | 1 | 531 | 120 | 136 |
| Binary | 11111100 | 11100100 | 11101010 | 0 | 1010 | 111 | 1 | 101011001 | 1010000 | 1011110 |
Color Harmonies of #FCE4EA
Complementary color
Monochromatic Colors of #FCE4EA
Black with #FCE4EA
Text Example
Text Example
White with #FCE4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE4EA; }
p { color: rgb(252,228,234); }
H1.HeaderClassName
{
color: #FCE4EA;
}
.AnyTagClassName
{
color: #FCE4EA;
}
</style>
background-color css
<style>
a { background-color: #FCE4EA; }
a { background-color: rgb(252,228,234); }
div.DivClassName
{
background-color: #FCE4EA;
}
.BgClassName
{
background-color: #FCE4EA;
}
</style>
border-color css
<style>
span { border-color: #FCE4EA; }
span { border-color: rgb(252,228,234); }
td.TdClassName
{
border-color: #FCE4EA;
}
.TagClassName
{
border-color: #FCE4EA;
}
</style>