Shades of Amour #FCE7EA
Tints of Amour #FCE7EA
RGB
CMYK
RGB Variations
Color information
#FCE7EA (or 0xFCE7EA) is known color: Amour. HEX triplet: FC, E7 and EA. RGB value is (252,231,234). Sum of RGB (Red+Green+Blue) = 252+231+234=717 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.15% from 717); Green value is 231 (90.62% from 255 or 32.22% from 717); Blue value is 234 (91.80% from 255 or 32.64% from 717); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE7EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE7EA is #031815. Grayscale: #EDEDED. Windows color (decimal): -202774 or 15394812. OLE color: 15394812.
HSL color Cylindrical-coordinate representation of color #FCE7EA: hue angle of 351.43º degrees, saturation: 0.78, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FCE7EA is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 231 | 234 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.01 |
| HSL | 351.43º | 0.78% | 0.95% | - |
| HSV(B) | 351.43º | 0.08% | 0.99% | - |
| XYZ | 83.57 | 83.79 | 89.61 | - |
| YUV | 237.62 | 125.96 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 231 | 234 | 0 | 0.08 | 0.07 | 0.01 | 351.43 | 0.78 | 0.95 |
| Hex | FC | E7 | EA | 0 | 8 | 7 | 1 | 15F | 4E | 5F |
| Octal | 374 | 347 | 352 | 0 | 10 | 7 | 1 | 537 | 116 | 137 |
| Binary | 11111100 | 11100111 | 11101010 | 0 | 1000 | 111 | 1 | 101011111 | 1001110 | 1011111 |
Color Harmonies of #FCE7EA
Complementary color
Monochromatic Colors of #FCE7EA
Black with #FCE7EA
Text Example
Text Example
White with #FCE7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE7EA; }
p { color: rgb(252,231,234); }
H1.HeaderClassName
{
color: #FCE7EA;
}
.AnyTagClassName
{
color: #FCE7EA;
}
</style>
background-color css
<style>
a { background-color: #FCE7EA; }
a { background-color: rgb(252,231,234); }
div.DivClassName
{
background-color: #FCE7EA;
}
.BgClassName
{
background-color: #FCE7EA;
}
</style>
border-color css
<style>
span { border-color: #FCE7EA; }
span { border-color: rgb(252,231,234); }
td.TdClassName
{
border-color: #FCE7EA;
}
.TagClassName
{
border-color: #FCE7EA;
}
</style>