Shades of Amour #FCE8EA
Tints of Amour #FCE8EA
RGB
CMYK
RGB Variations
Color information
#FCE8EA (or 0xFCE8EA) is known color: Amour. HEX triplet: FC, E8 and EA. RGB value is (252,232,234). Sum of RGB (Red+Green+Blue) = 252+232+234=718 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.10% from 718); Green value is 232 (91.02% from 255 or 32.31% from 718); Blue value is 234 (91.80% from 255 or 32.59% from 718); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE8EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE8EA is #031715. Grayscale: #EEEEEE. Windows color (decimal): -202518 or 15395068. OLE color: 15395068.
HSL color Cylindrical-coordinate representation of color #FCE8EA: hue angle of 354º degrees, saturation: 0.77, 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 #FCE8EA is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 232 | 234 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.01 |
| HSL | 354º | 0.77% | 0.95% | - |
| HSV(B) | 354º | 0.08% | 0.99% | - |
| XYZ | 83.85 | 84.35 | 89.7 | - |
| YUV | 238.21 | 125.63 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 232 | 234 | 0 | 0.08 | 0.07 | 0.01 | 354 | 0.77 | 0.95 |
| Hex | FC | E8 | EA | 0 | 8 | 7 | 1 | 162 | 4D | 5F |
| Octal | 374 | 350 | 352 | 0 | 10 | 7 | 1 | 542 | 115 | 137 |
| Binary | 11111100 | 11101000 | 11101010 | 0 | 1000 | 111 | 1 | 101100010 | 1001101 | 1011111 |
Color Harmonies of #FCE8EA
Complementary color
Monochromatic Colors of #FCE8EA
Black with #FCE8EA
Text Example
Text Example
White with #FCE8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE8EA; }
p { color: rgb(252,232,234); }
H1.HeaderClassName
{
color: #FCE8EA;
}
.AnyTagClassName
{
color: #FCE8EA;
}
</style>
background-color css
<style>
a { background-color: #FCE8EA; }
a { background-color: rgb(252,232,234); }
div.DivClassName
{
background-color: #FCE8EA;
}
.BgClassName
{
background-color: #FCE8EA;
}
</style>
border-color css
<style>
span { border-color: #FCE8EA; }
span { border-color: rgb(252,232,234); }
td.TdClassName
{
border-color: #FCE8EA;
}
.TagClassName
{
border-color: #FCE8EA;
}
</style>