Shades of Amour #FCE3E9
Tints of Amour #FCE3E9
RGB
CMYK
RGB Variations
Color information
#FCE3E9 (or 0xFCE3E9) is known color: Amour. HEX triplet: FC, E3 and E9. RGB value is (252,227,233). Sum of RGB (Red+Green+Blue) = 252+227+233=712 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.39% from 712); Green value is 227 (89.06% from 255 or 31.88% from 712); Blue value is 233 (91.41% from 255 or 32.72% from 712); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE3E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE3E9 is #031C16. Grayscale: #EBEBEB. Windows color (decimal): -203799 or 15328252. OLE color: 15328252.
HSL color Cylindrical-coordinate representation of color #FCE3E9: hue angle of 345.6º degrees, saturation: 0.81, 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 #FCE3E9 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 233 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.01 |
| HSL | 345.6º | 0.81% | 0.94% | - |
| HSV(B) | 345.6º | 0.1% | 0.99% | - |
| XYZ | 82.32 | 81.52 | 88.49 | - |
| YUV | 235.16 | 126.78 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 233 | 0 | 0.10 | 0.08 | 0.01 | 345.6 | 0.81 | 0.94 |
| Hex | FC | E3 | E9 | 0 | A | 8 | 1 | 15A | 51 | 5E |
| Octal | 374 | 343 | 351 | 0 | 12 | 10 | 1 | 532 | 121 | 136 |
| Binary | 11111100 | 11100011 | 11101001 | 0 | 1010 | 1000 | 1 | 101011010 | 1010001 | 1011110 |
Color Harmonies of #FCE3E9
Complementary color
Monochromatic Colors of #FCE3E9
Black with #FCE3E9
Text Example
Text Example
White with #FCE3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE3E9; }
p { color: rgb(252,227,233); }
H1.HeaderClassName
{
color: #FCE3E9;
}
.AnyTagClassName
{
color: #FCE3E9;
}
</style>
background-color css
<style>
a { background-color: #FCE3E9; }
a { background-color: rgb(252,227,233); }
div.DivClassName
{
background-color: #FCE3E9;
}
.BgClassName
{
background-color: #FCE3E9;
}
</style>
border-color css
<style>
span { border-color: #FCE3E9; }
span { border-color: rgb(252,227,233); }
td.TdClassName
{
border-color: #FCE3E9;
}
.TagClassName
{
border-color: #FCE3E9;
}
</style>