Shades of Amour #FCE7ED
Tints of Amour #FCE7ED
RGB
CMYK
RGB Variations
Color information
#FCE7ED (or 0xFCE7ED) is known color: Amour. HEX triplet: FC, E7 and ED. RGB value is (252,231,237). Sum of RGB (Red+Green+Blue) = 252+231+237=720 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35% from 720); Green value is 231 (90.62% from 255 or 32.08% from 720); Blue value is 237 (92.97% from 255 or 32.92% from 720); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE7ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE7ED is #031812. Grayscale: #EDEDED. Windows color (decimal): -202771 or 15591420. OLE color: 15591420.
HSL color Cylindrical-coordinate representation of color #FCE7ED: hue angle of 342.86º degrees, saturation: 0.78, 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 #FCE7ED is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 231 | 237 | - |
CMYK | 0 | 0.08 | 0.06 | 0.01 |
HSL | 342.86º | 0.78% | 0.95% | - |
HSV(B) | 342.86º | 0.08% | 0.99% | - |
XYZ | 84.01 | 83.96 | 91.9 | - |
YUV | 237.96 | 127.46 | 138.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 231 | 237 | 0 | 0.08 | 0.06 | 0.01 | 342.86 | 0.78 | 0.95 |
Hex | FC | E7 | ED | 0 | 8 | 6 | 1 | 157 | 4E | 5F |
Octal | 374 | 347 | 355 | 0 | 10 | 6 | 1 | 527 | 116 | 137 |
Binary | 11111100 | 11100111 | 11101101 | 0 | 1000 | 110 | 1 | 101010111 | 1001110 | 1011111 |
Color Harmonies of #FCE7ED
Complementary color
Monochromatic Colors of #FCE7ED
Black with #FCE7ED
Text Example
Text Example
White with #FCE7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE7ED; }
p { color: rgb(252,231,237); }
H1.HeaderClassName
{
color: #FCE7ED;
}
.AnyTagClassName
{
color: #FCE7ED;
}
</style>
background-color css
<style>
a { background-color: #FCE7ED; }
a { background-color: rgb(252,231,237); }
div.DivClassName
{
background-color: #FCE7ED;
}
.BgClassName
{
background-color: #FCE7ED;
}
</style>
border-color css
<style>
span { border-color: #FCE7ED; }
span { border-color: rgb(252,231,237); }
td.TdClassName
{
border-color: #FCE7ED;
}
.TagClassName
{
border-color: #FCE7ED;
}
</style>