Shades of Amour #FCE2ED
Tints of Amour #FCE2ED
RGB
CMYK
RGB Variations
Color information
#FCE2ED (or 0xFCE2ED) is known color: Amour. HEX triplet: FC, E2 and ED. RGB value is (252,226,237). Sum of RGB (Red+Green+Blue) = 252+226+237=715 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.24% from 715); Green value is 226 (88.67% from 255 or 31.61% from 715); Blue value is 237 (92.97% from 255 or 33.15% from 715); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE2ED is #031D12. Grayscale: #EBEBEB. Windows color (decimal): -204051 or 15590140. OLE color: 15590140.
HSL color Cylindrical-coordinate representation of color #FCE2ED: hue angle of 334.62º 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 #FCE2ED is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 237 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.01 |
| HSL | 334.62º | 0.81% | 0.94% | - |
| HSV(B) | 334.62º | 0.1% | 0.99% | - |
| XYZ | 82.63 | 81.2 | 91.44 | - |
| YUV | 235.03 | 129.11 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 237 | 0 | 0.10 | 0.06 | 0.01 | 334.62 | 0.81 | 0.94 |
| Hex | FC | E2 | ED | 0 | A | 6 | 1 | 14F | 51 | 5E |
| Octal | 374 | 342 | 355 | 0 | 12 | 6 | 1 | 517 | 121 | 136 |
| Binary | 11111100 | 11100010 | 11101101 | 0 | 1010 | 110 | 1 | 101001111 | 1010001 | 1011110 |
Color Harmonies of #FCE2ED
Complementary color
Monochromatic Colors of #FCE2ED
Black with #FCE2ED
Text Example
Text Example
White with #FCE2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE2ED; }
p { color: rgb(252,226,237); }
H1.HeaderClassName
{
color: #FCE2ED;
}
.AnyTagClassName
{
color: #FCE2ED;
}
</style>
background-color css
<style>
a { background-color: #FCE2ED; }
a { background-color: rgb(252,226,237); }
div.DivClassName
{
background-color: #FCE2ED;
}
.BgClassName
{
background-color: #FCE2ED;
}
</style>
border-color css
<style>
span { border-color: #FCE2ED; }
span { border-color: rgb(252,226,237); }
td.TdClassName
{
border-color: #FCE2ED;
}
.TagClassName
{
border-color: #FCE2ED;
}
</style>