Shades of Amour #FCE6ED
Tints of Amour #FCE6ED
RGB
CMYK
RGB Variations
Color information
#FCE6ED (or 0xFCE6ED) is known color: Amour. HEX triplet: FC, E6 and ED. RGB value is (252,230,237). Sum of RGB (Red+Green+Blue) = 252+230+237=719 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.05% from 719); Green value is 230 (90.23% from 255 or 31.99% from 719); Blue value is 237 (92.97% from 255 or 32.96% from 719); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE6ED is #031912. Grayscale: #EDEDED. Windows color (decimal): -203027 or 15591164. OLE color: 15591164.
HSL color Cylindrical-coordinate representation of color #FCE6ED: hue angle of 340.91º degrees, saturation: 0.79, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FCE6ED is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 230 | 237 | - |
CMYK | 0 | 0.09 | 0.06 | 0.01 |
HSL | 340.91º | 0.79% | 0.95% | - |
HSV(B) | 340.91º | 0.09% | 0.99% | - |
XYZ | 83.73 | 83.4 | 91.81 | - |
YUV | 237.38 | 127.79 | 138.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 230 | 237 | 0 | 0.09 | 0.06 | 0.01 | 340.91 | 0.79 | 0.95 |
Hex | FC | E6 | ED | 0 | 9 | 6 | 1 | 155 | 4F | 5F |
Octal | 374 | 346 | 355 | 0 | 11 | 6 | 1 | 525 | 117 | 137 |
Binary | 11111100 | 11100110 | 11101101 | 0 | 1001 | 110 | 1 | 101010101 | 1001111 | 1011111 |
Color Harmonies of #FCE6ED
Complementary color
Monochromatic Colors of #FCE6ED
Black with #FCE6ED
Text Example
Text Example
White with #FCE6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE6ED; }
p { color: rgb(252,230,237); }
H1.HeaderClassName
{
color: #FCE6ED;
}
.AnyTagClassName
{
color: #FCE6ED;
}
</style>
background-color css
<style>
a { background-color: #FCE6ED; }
a { background-color: rgb(252,230,237); }
div.DivClassName
{
background-color: #FCE6ED;
}
.BgClassName
{
background-color: #FCE6ED;
}
</style>
border-color css
<style>
span { border-color: #FCE6ED; }
span { border-color: rgb(252,230,237); }
td.TdClassName
{
border-color: #FCE6ED;
}
.TagClassName
{
border-color: #FCE6ED;
}
</style>