Shades of Amour #FCE4EE
Tints of Amour #FCE4EE
RGB
CMYK
RGB Variations
Color information
#FCE4EE (or 0xFCE4EE) is known color: Amour. HEX triplet: FC, E4 and EE. RGB value is (252,228,238). Sum of RGB (Red+Green+Blue) = 252+228+238=718 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.10% from 718); Green value is 228 (89.45% from 255 or 31.75% from 718); Blue value is 238 (93.36% from 255 or 33.15% from 718); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE4EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE4EE is #031B11. Grayscale: #ECECEC. Windows color (decimal): -203538 or 15656188. OLE color: 15656188.
HSL color Cylindrical-coordinate representation of color #FCE4EE: hue angle of 335º 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 #FCE4EE is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 228 | 238 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.01 |
| HSL | 335º | 0.8% | 0.94% | - |
| HSV(B) | 335º | 0.1% | 0.99% | - |
| XYZ | 83.32 | 82.36 | 92.39 | - |
| YUV | 236.32 | 128.95 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 228 | 238 | 0 | 0.10 | 0.06 | 0.01 | 335 | 0.8 | 0.94 |
| Hex | FC | E4 | EE | 0 | A | 6 | 1 | 14F | 50 | 5E |
| Octal | 374 | 344 | 356 | 0 | 12 | 6 | 1 | 517 | 120 | 136 |
| Binary | 11111100 | 11100100 | 11101110 | 0 | 1010 | 110 | 1 | 101001111 | 1010000 | 1011110 |
Color Harmonies of #FCE4EE
Complementary color
Monochromatic Colors of #FCE4EE
Black with #FCE4EE
Text Example
Text Example
White with #FCE4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE4EE; }
p { color: rgb(252,228,238); }
H1.HeaderClassName
{
color: #FCE4EE;
}
.AnyTagClassName
{
color: #FCE4EE;
}
</style>
background-color css
<style>
a { background-color: #FCE4EE; }
a { background-color: rgb(252,228,238); }
div.DivClassName
{
background-color: #FCE4EE;
}
.BgClassName
{
background-color: #FCE4EE;
}
</style>
border-color css
<style>
span { border-color: #FCE4EE; }
span { border-color: rgb(252,228,238); }
td.TdClassName
{
border-color: #FCE4EE;
}
.TagClassName
{
border-color: #FCE4EE;
}
</style>