Shades of Amour #FCE4ED
Tints of Amour #FCE4ED
RGB
CMYK
RGB Variations
Color information
#FCE4ED (or 0xFCE4ED) is known color: Amour. HEX triplet: FC, E4 and ED. RGB value is (252,228,237). Sum of RGB (Red+Green+Blue) = 252+228+237=717 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.15% from 717); Green value is 228 (89.45% from 255 or 31.80% from 717); Blue value is 237 (92.97% from 255 or 33.05% from 717); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE4ED is #031B12. Grayscale: #ECECEC. Windows color (decimal): -203539 or 15590652. OLE color: 15590652.
HSL color Cylindrical-coordinate representation of color #FCE4ED: hue angle of 337.5º 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 #FCE4ED is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 228 | 237 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.01 |
| HSL | 337.5º | 0.8% | 0.94% | - |
| HSV(B) | 337.5º | 0.1% | 0.99% | - |
| XYZ | 83.17 | 82.3 | 91.62 | - |
| YUV | 236.2 | 128.45 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 228 | 237 | 0 | 0.10 | 0.06 | 0.01 | 337.5 | 0.8 | 0.94 |
| Hex | FC | E4 | ED | 0 | A | 6 | 1 | 152 | 50 | 5E |
| Octal | 374 | 344 | 355 | 0 | 12 | 6 | 1 | 522 | 120 | 136 |
| Binary | 11111100 | 11100100 | 11101101 | 0 | 1010 | 110 | 1 | 101010010 | 1010000 | 1011110 |
Color Harmonies of #FCE4ED
Complementary color
Monochromatic Colors of #FCE4ED
Black with #FCE4ED
Text Example
Text Example
White with #FCE4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE4ED; }
p { color: rgb(252,228,237); }
H1.HeaderClassName
{
color: #FCE4ED;
}
.AnyTagClassName
{
color: #FCE4ED;
}
</style>
background-color css
<style>
a { background-color: #FCE4ED; }
a { background-color: rgb(252,228,237); }
div.DivClassName
{
background-color: #FCE4ED;
}
.BgClassName
{
background-color: #FCE4ED;
}
</style>
border-color css
<style>
span { border-color: #FCE4ED; }
span { border-color: rgb(252,228,237); }
td.TdClassName
{
border-color: #FCE4ED;
}
.TagClassName
{
border-color: #FCE4ED;
}
</style>