Shades of Amour #FCF0F1
Tints of Amour #FCF0F1
RGB
CMYK
RGB Variations
Color information
#FCF0F1 (or 0xFCF0F1) is known color: Amour. HEX triplet: FC, F0 and F1. RGB value is (252,240,241). Sum of RGB (Red+Green+Blue) = 252+240+241=733 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.38% from 733); Green value is 240 (94.14% from 255 or 32.74% from 733); Blue value is 241 (94.53% from 255 or 32.88% from 733); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF0F1 is #030F0E. Grayscale: #F3F3F3. Windows color (decimal): -200463 or 15855868. OLE color: 15855868.
HSL color Cylindrical-coordinate representation of color #FCF0F1: hue angle of 355º degrees, saturation: 0.67, 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 #FCF0F1 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 240 | 241 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.01 |
| HSL | 355º | 0.67% | 0.96% | - |
| HSV(B) | 355º | 0.05% | 0.99% | - |
| XYZ | 87.18 | 89.37 | 95.87 | - |
| YUV | 243.7 | 126.48 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 240 | 241 | 0 | 0.05 | 0.04 | 0.01 | 355 | 0.67 | 0.96 |
| Hex | FC | F0 | F1 | 0 | 5 | 4 | 1 | 163 | 43 | 60 |
| Octal | 374 | 360 | 361 | 0 | 5 | 4 | 1 | 543 | 103 | 140 |
| Binary | 11111100 | 11110000 | 11110001 | 0 | 101 | 100 | 1 | 101100011 | 1000011 | 1100000 |
Color Harmonies of #FCF0F1
Complementary color
Monochromatic Colors of #FCF0F1
Black with #FCF0F1
Text Example
Text Example
White with #FCF0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF0F1; }
p { color: rgb(252,240,241); }
H1.HeaderClassName
{
color: #FCF0F1;
}
.AnyTagClassName
{
color: #FCF0F1;
}
</style>
background-color css
<style>
a { background-color: #FCF0F1; }
a { background-color: rgb(252,240,241); }
div.DivClassName
{
background-color: #FCF0F1;
}
.BgClassName
{
background-color: #FCF0F1;
}
</style>
border-color css
<style>
span { border-color: #FCF0F1; }
span { border-color: rgb(252,240,241); }
td.TdClassName
{
border-color: #FCF0F1;
}
.TagClassName
{
border-color: #FCF0F1;
}
</style>