Shades of Amour #FCEBED
Tints of Amour #FCEBED
RGB
CMYK
RGB Variations
Color information
#FCEBED (or 0xFCEBED) is known color: Amour. HEX triplet: FC, EB and ED. RGB value is (252,235,237). Sum of RGB (Red+Green+Blue) = 252+235+237=724 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.81% from 724); Green value is 235 (92.19% from 255 or 32.46% from 724); Blue value is 237 (92.97% from 255 or 32.73% from 724); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEBED is #031412. Grayscale: #F0F0F0. Windows color (decimal): -201747 or 15592444. OLE color: 15592444.
HSL color Cylindrical-coordinate representation of color #FCEBED: hue angle of 352.94º degrees, saturation: 0.74, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FCEBED is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 237 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.01 |
| HSL | 352.94º | 0.74% | 0.95% | - |
| HSV(B) | 352.94º | 0.07% | 0.99% | - |
| XYZ | 85.14 | 86.23 | 92.28 | - |
| YUV | 240.31 | 126.13 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 237 | 0 | 0.07 | 0.06 | 0.01 | 352.94 | 0.74 | 0.95 |
| Hex | FC | EB | ED | 0 | 7 | 6 | 1 | 161 | 4A | 5F |
| Octal | 374 | 353 | 355 | 0 | 7 | 6 | 1 | 541 | 112 | 137 |
| Binary | 11111100 | 11101011 | 11101101 | 0 | 111 | 110 | 1 | 101100001 | 1001010 | 1011111 |
Color Harmonies of #FCEBED
Complementary color
Monochromatic Colors of #FCEBED
Black with #FCEBED
Text Example
Text Example
White with #FCEBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEBED; }
p { color: rgb(252,235,237); }
H1.HeaderClassName
{
color: #FCEBED;
}
.AnyTagClassName
{
color: #FCEBED;
}
</style>
background-color css
<style>
a { background-color: #FCEBED; }
a { background-color: rgb(252,235,237); }
div.DivClassName
{
background-color: #FCEBED;
}
.BgClassName
{
background-color: #FCEBED;
}
</style>
border-color css
<style>
span { border-color: #FCEBED; }
span { border-color: rgb(252,235,237); }
td.TdClassName
{
border-color: #FCEBED;
}
.TagClassName
{
border-color: #FCEBED;
}
</style>