Shades of Amour #FCE1E9
Tints of Amour #FCE1E9
RGB
CMYK
RGB Variations
Color information
#FCE1E9 (or 0xFCE1E9) is known color: Amour. HEX triplet: FC, E1 and E9. RGB value is (252,225,233). Sum of RGB (Red+Green+Blue) = 252+225+233=710 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.49% from 710); Green value is 225 (88.28% from 255 or 31.69% from 710); Blue value is 233 (91.41% from 255 or 32.82% from 710); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE1E9 is #031E16. Grayscale: #E9E9E9. Windows color (decimal): -204311 or 15327740. OLE color: 15327740.
HSL color Cylindrical-coordinate representation of color #FCE1E9: hue angle of 342.22º degrees, saturation: 0.82, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FCE1E9 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 233 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.01 |
| HSL | 342.22º | 0.82% | 0.94% | - |
| HSV(B) | 342.22º | 0.11% | 0.99% | - |
| XYZ | 81.78 | 80.43 | 88.3 | - |
| YUV | 233.99 | 127.45 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 233 | 0 | 0.11 | 0.08 | 0.01 | 342.22 | 0.82 | 0.94 |
| Hex | FC | E1 | E9 | 0 | B | 8 | 1 | 156 | 52 | 5E |
| Octal | 374 | 341 | 351 | 0 | 13 | 10 | 1 | 526 | 122 | 136 |
| Binary | 11111100 | 11100001 | 11101001 | 0 | 1011 | 1000 | 1 | 101010110 | 1010010 | 1011110 |
Color Harmonies of #FCE1E9
Complementary color
Monochromatic Colors of #FCE1E9
Black with #FCE1E9
Text Example
Text Example
White with #FCE1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE1E9; }
p { color: rgb(252,225,233); }
H1.HeaderClassName
{
color: #FCE1E9;
}
.AnyTagClassName
{
color: #FCE1E9;
}
</style>
background-color css
<style>
a { background-color: #FCE1E9; }
a { background-color: rgb(252,225,233); }
div.DivClassName
{
background-color: #FCE1E9;
}
.BgClassName
{
background-color: #FCE1E9;
}
</style>
border-color css
<style>
span { border-color: #FCE1E9; }
span { border-color: rgb(252,225,233); }
td.TdClassName
{
border-color: #FCE1E9;
}
.TagClassName
{
border-color: #FCE1E9;
}
</style>