Shades of Amour #FCE3ED
Tints of Amour #FCE3ED
RGB
CMYK
RGB Variations
Color information
#FCE3ED (or 0xFCE3ED) is known color: Amour. HEX triplet: FC, E3 and ED. RGB value is (252,227,237). Sum of RGB (Red+Green+Blue) = 252+227+237=716 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.20% from 716); Green value is 227 (89.06% from 255 or 31.70% from 716); Blue value is 237 (92.97% from 255 or 33.10% from 716); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE3ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE3ED is #031C12. Grayscale: #EBEBEB. Windows color (decimal): -203795 or 15590396. OLE color: 15590396.
HSL color Cylindrical-coordinate representation of color #FCE3ED: hue angle of 336º 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 #FCE3ED is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 237 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.01 |
| HSL | 336º | 0.81% | 0.94% | - |
| HSV(B) | 336º | 0.1% | 0.99% | - |
| XYZ | 82.9 | 81.75 | 91.53 | - |
| YUV | 235.62 | 128.78 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 237 | 0 | 0.10 | 0.06 | 0.01 | 336 | 0.81 | 0.94 |
| Hex | FC | E3 | ED | 0 | A | 6 | 1 | 150 | 51 | 5E |
| Octal | 374 | 343 | 355 | 0 | 12 | 6 | 1 | 520 | 121 | 136 |
| Binary | 11111100 | 11100011 | 11101101 | 0 | 1010 | 110 | 1 | 101010000 | 1010001 | 1011110 |
Color Harmonies of #FCE3ED
Complementary color
Monochromatic Colors of #FCE3ED
Black with #FCE3ED
Text Example
Text Example
White with #FCE3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE3ED; }
p { color: rgb(252,227,237); }
H1.HeaderClassName
{
color: #FCE3ED;
}
.AnyTagClassName
{
color: #FCE3ED;
}
</style>
background-color css
<style>
a { background-color: #FCE3ED; }
a { background-color: rgb(252,227,237); }
div.DivClassName
{
background-color: #FCE3ED;
}
.BgClassName
{
background-color: #FCE3ED;
}
</style>
border-color css
<style>
span { border-color: #FCE3ED; }
span { border-color: rgb(252,227,237); }
td.TdClassName
{
border-color: #FCE3ED;
}
.TagClassName
{
border-color: #FCE3ED;
}
</style>