Shades of Amour #FCE3EE
Tints of Amour #FCE3EE
RGB
CMYK
RGB Variations
Color information
#FCE3EE (or 0xFCE3EE) is known color: Amour. HEX triplet: FC, E3 and EE. RGB value is (252,227,238). Sum of RGB (Red+Green+Blue) = 252+227+238=717 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.15% from 717); Green value is 227 (89.06% from 255 or 31.66% from 717); Blue value is 238 (93.36% from 255 or 33.19% from 717); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE3EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE3EE is #031C11. Grayscale: #EBEBEB. Windows color (decimal): -203794 or 15655932. OLE color: 15655932.
HSL color Cylindrical-coordinate representation of color #FCE3EE: hue angle of 333.6º 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 #FCE3EE is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 238 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.01 |
| HSL | 333.6º | 0.81% | 0.94% | - |
| HSV(B) | 333.6º | 0.1% | 0.99% | - |
| XYZ | 83.05 | 81.81 | 92.3 | - |
| YUV | 235.73 | 129.28 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 238 | 0 | 0.10 | 0.06 | 0.01 | 333.6 | 0.81 | 0.94 |
| Hex | FC | E3 | EE | 0 | A | 6 | 1 | 14E | 51 | 5E |
| Octal | 374 | 343 | 356 | 0 | 12 | 6 | 1 | 516 | 121 | 136 |
| Binary | 11111100 | 11100011 | 11101110 | 0 | 1010 | 110 | 1 | 101001110 | 1010001 | 1011110 |
Color Harmonies of #FCE3EE
Complementary color
Monochromatic Colors of #FCE3EE
Black with #FCE3EE
Text Example
Text Example
White with #FCE3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE3EE; }
p { color: rgb(252,227,238); }
H1.HeaderClassName
{
color: #FCE3EE;
}
.AnyTagClassName
{
color: #FCE3EE;
}
</style>
background-color css
<style>
a { background-color: #FCE3EE; }
a { background-color: rgb(252,227,238); }
div.DivClassName
{
background-color: #FCE3EE;
}
.BgClassName
{
background-color: #FCE3EE;
}
</style>
border-color css
<style>
span { border-color: #FCE3EE; }
span { border-color: rgb(252,227,238); }
td.TdClassName
{
border-color: #FCE3EE;
}
.TagClassName
{
border-color: #FCE3EE;
}
</style>