Shades of Amour #FCE2EB
Tints of Amour #FCE2EB
RGB
CMYK
RGB Variations
Color information
#FCE2EB (or 0xFCE2EB) is known color: Amour. HEX triplet: FC, E2 and EB. RGB value is (252,226,235). Sum of RGB (Red+Green+Blue) = 252+226+235=713 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.34% from 713); Green value is 226 (88.67% from 255 or 31.70% from 713); Blue value is 235 (92.19% from 255 or 32.96% from 713); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE2EB is #031D14. Grayscale: #EAEAEA. Windows color (decimal): -204053 or 15459068. OLE color: 15459068.
HSL color Cylindrical-coordinate representation of color #FCE2EB: hue angle of 339.23º 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 #FCE2EB is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 226 | 235 | - |
CMYK | 0 | 0.10 | 0.07 | 0.01 |
HSL | 339.23º | 0.81% | 0.94% | - |
HSV(B) | 339.23º | 0.1% | 0.99% | - |
XYZ | 82.34 | 81.09 | 89.91 | - |
YUV | 234.8 | 128.11 | 140.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 226 | 235 | 0 | 0.10 | 0.07 | 0.01 | 339.23 | 0.81 | 0.94 |
Hex | FC | E2 | EB | 0 | A | 7 | 1 | 153 | 51 | 5E |
Octal | 374 | 342 | 353 | 0 | 12 | 7 | 1 | 523 | 121 | 136 |
Binary | 11111100 | 11100010 | 11101011 | 0 | 1010 | 111 | 1 | 101010011 | 1010001 | 1011110 |
Color Harmonies of #FCE2EB
Complementary color
Monochromatic Colors of #FCE2EB
Black with #FCE2EB
Text Example
Text Example
White with #FCE2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE2EB; }
p { color: rgb(252,226,235); }
H1.HeaderClassName
{
color: #FCE2EB;
}
.AnyTagClassName
{
color: #FCE2EB;
}
</style>
background-color css
<style>
a { background-color: #FCE2EB; }
a { background-color: rgb(252,226,235); }
div.DivClassName
{
background-color: #FCE2EB;
}
.BgClassName
{
background-color: #FCE2EB;
}
</style>
border-color css
<style>
span { border-color: #FCE2EB; }
span { border-color: rgb(252,226,235); }
td.TdClassName
{
border-color: #FCE2EB;
}
.TagClassName
{
border-color: #FCE2EB;
}
</style>