Shades of Amour #FCE1E7
Tints of Amour #FCE1E7
RGB
CMYK
RGB Variations
Color information
#FCE1E7 (or 0xFCE1E7) is known color: Amour. HEX triplet: FC, E1 and E7. RGB value is (252,225,231). Sum of RGB (Red+Green+Blue) = 252+225+231=708 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.59% from 708); Green value is 225 (88.28% from 255 or 31.78% from 708); Blue value is 231 (90.62% from 255 or 32.63% from 708); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE1E7 is #031E18. Grayscale: #E9E9E9. Windows color (decimal): -204313 or 15196668. OLE color: 15196668.
HSL color Cylindrical-coordinate representation of color #FCE1E7: hue angle of 346.67º 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 #FCE1E7 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 231 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.01 |
| HSL | 346.67º | 0.82% | 0.94% | - |
| HSV(B) | 346.67º | 0.11% | 0.99% | - |
| XYZ | 81.49 | 80.32 | 86.81 | - |
| YUV | 233.76 | 126.45 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 231 | 0 | 0.11 | 0.08 | 0.01 | 346.67 | 0.82 | 0.94 |
| Hex | FC | E1 | E7 | 0 | B | 8 | 1 | 15B | 52 | 5E |
| Octal | 374 | 341 | 347 | 0 | 13 | 10 | 1 | 533 | 122 | 136 |
| Binary | 11111100 | 11100001 | 11100111 | 0 | 1011 | 1000 | 1 | 101011011 | 1010010 | 1011110 |
Color Harmonies of #FCE1E7
Complementary color
Monochromatic Colors of #FCE1E7
Black with #FCE1E7
Text Example
Text Example
White with #FCE1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE1E7; }
p { color: rgb(252,225,231); }
H1.HeaderClassName
{
color: #FCE1E7;
}
.AnyTagClassName
{
color: #FCE1E7;
}
</style>
background-color css
<style>
a { background-color: #FCE1E7; }
a { background-color: rgb(252,225,231); }
div.DivClassName
{
background-color: #FCE1E7;
}
.BgClassName
{
background-color: #FCE1E7;
}
</style>
border-color css
<style>
span { border-color: #FCE1E7; }
span { border-color: rgb(252,225,231); }
td.TdClassName
{
border-color: #FCE1E7;
}
.TagClassName
{
border-color: #FCE1E7;
}
</style>