Shades of Amour #FCEBEF
Tints of Amour #FCEBEF
RGB
CMYK
RGB Variations
Color information
#FCEBEF (or 0xFCEBEF) is known color: Amour. HEX triplet: FC, EB and EF. RGB value is (252,235,239). Sum of RGB (Red+Green+Blue) = 252+235+239=726 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.71% from 726); Green value is 235 (92.19% from 255 or 32.37% from 726); Blue value is 239 (93.75% from 255 or 32.92% from 726); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEBEF is #031410. Grayscale: #F0F0F0. Windows color (decimal): -201745 or 15723516. OLE color: 15723516.
HSL color Cylindrical-coordinate representation of color #FCEBEF: hue angle of 345.88º 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 #FCEBEF is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 239 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.01 |
| HSL | 345.88º | 0.74% | 0.95% | - |
| HSV(B) | 345.88º | 0.07% | 0.99% | - |
| XYZ | 85.43 | 86.34 | 93.82 | - |
| YUV | 240.54 | 127.13 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 239 | 0 | 0.07 | 0.05 | 0.01 | 345.88 | 0.74 | 0.95 |
| Hex | FC | EB | EF | 0 | 7 | 5 | 1 | 15A | 4A | 5F |
| Octal | 374 | 353 | 357 | 0 | 7 | 5 | 1 | 532 | 112 | 137 |
| Binary | 11111100 | 11101011 | 11101111 | 0 | 111 | 101 | 1 | 101011010 | 1001010 | 1011111 |
Color Harmonies of #FCEBEF
Complementary color
Monochromatic Colors of #FCEBEF
Black with #FCEBEF
Text Example
Text Example
White with #FCEBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEBEF; }
p { color: rgb(252,235,239); }
H1.HeaderClassName
{
color: #FCEBEF;
}
.AnyTagClassName
{
color: #FCEBEF;
}
</style>
background-color css
<style>
a { background-color: #FCEBEF; }
a { background-color: rgb(252,235,239); }
div.DivClassName
{
background-color: #FCEBEF;
}
.BgClassName
{
background-color: #FCEBEF;
}
</style>
border-color css
<style>
span { border-color: #FCEBEF; }
span { border-color: rgb(252,235,239); }
td.TdClassName
{
border-color: #FCEBEF;
}
.TagClassName
{
border-color: #FCEBEF;
}
</style>