Shades of Amour #FCEFF0
Tints of Amour #FCEFF0
RGB
CMYK
RGB Variations
Color information
#FCEFF0 (or 0xFCEFF0) is known color: Amour. HEX triplet: FC, EF and F0. RGB value is (252,239,240). Sum of RGB (Red+Green+Blue) = 252+239+240=731 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.47% from 731); Green value is 239 (93.75% from 255 or 32.69% from 731); Blue value is 240 (94.14% from 255 or 32.83% from 731); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEFF0 is #03100F. Grayscale: #F3F3F3. Windows color (decimal): -200720 or 15790076. OLE color: 15790076.
HSL color Cylindrical-coordinate representation of color #FCEFF0: hue angle of 355.38º degrees, saturation: 0.68, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FCEFF0 is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 239 | 240 | - |
| CMYK | 0 | 0.05 | 0.05 | 0.01 |
| HSL | 355.38º | 0.68% | 0.96% | - |
| HSV(B) | 355.38º | 0.05% | 0.99% | - |
| XYZ | 86.74 | 88.72 | 94.99 | - |
| YUV | 243 | 126.31 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 239 | 240 | 0 | 0.05 | 0.05 | 0.01 | 355.38 | 0.68 | 0.96 |
| Hex | FC | EF | F0 | 0 | 5 | 5 | 1 | 163 | 44 | 60 |
| Octal | 374 | 357 | 360 | 0 | 5 | 5 | 1 | 543 | 104 | 140 |
| Binary | 11111100 | 11101111 | 11110000 | 0 | 101 | 101 | 1 | 101100011 | 1000100 | 1100000 |
Color Harmonies of #FCEFF0
Complementary color
Monochromatic Colors of #FCEFF0
Black with #FCEFF0
Text Example
Text Example
White with #FCEFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEFF0; }
p { color: rgb(252,239,240); }
H1.HeaderClassName
{
color: #FCEFF0;
}
.AnyTagClassName
{
color: #FCEFF0;
}
</style>
background-color css
<style>
a { background-color: #FCEFF0; }
a { background-color: rgb(252,239,240); }
div.DivClassName
{
background-color: #FCEFF0;
}
.BgClassName
{
background-color: #FCEFF0;
}
</style>
border-color css
<style>
span { border-color: #FCEFF0; }
span { border-color: rgb(252,239,240); }
td.TdClassName
{
border-color: #FCEFF0;
}
.TagClassName
{
border-color: #FCEFF0;
}
</style>