Shades of Amour #FCEDF0
Tints of Amour #FCEDF0
RGB
CMYK
RGB Variations
Color information
#FCEDF0 (or 0xFCEDF0) is known color: Amour. HEX triplet: FC, ED and F0. RGB value is (252,237,240). Sum of RGB (Red+Green+Blue) = 252+237+240=729 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.57% from 729); Green value is 237 (92.97% from 255 or 32.51% from 729); Blue value is 240 (94.14% from 255 or 32.92% from 729); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEDF0 is #03120F. Grayscale: #F1F1F1. Windows color (decimal): -201232 or 15789564. OLE color: 15789564.
HSL color Cylindrical-coordinate representation of color #FCEDF0: hue angle of 348º degrees, saturation: 0.71, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FCEDF0 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 237 | 240 | - |
CMYK | 0 | 0.06 | 0.05 | 0.01 |
HSL | 348º | 0.71% | 0.96% | - |
HSV(B) | 348º | 0.06% | 0.99% | - |
XYZ | 86.16 | 87.56 | 94.8 | - |
YUV | 241.83 | 126.97 | 135.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 237 | 240 | 0 | 0.06 | 0.05 | 0.01 | 348 | 0.71 | 0.96 |
Hex | FC | ED | F0 | 0 | 6 | 5 | 1 | 15C | 47 | 60 |
Octal | 374 | 355 | 360 | 0 | 6 | 5 | 1 | 534 | 107 | 140 |
Binary | 11111100 | 11101101 | 11110000 | 0 | 110 | 101 | 1 | 101011100 | 1000111 | 1100000 |
Color Harmonies of #FCEDF0
Complementary color
Monochromatic Colors of #FCEDF0
Black with #FCEDF0
Text Example
Text Example
White with #FCEDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEDF0; }
p { color: rgb(252,237,240); }
H1.HeaderClassName
{
color: #FCEDF0;
}
.AnyTagClassName
{
color: #FCEDF0;
}
</style>
background-color css
<style>
a { background-color: #FCEDF0; }
a { background-color: rgb(252,237,240); }
div.DivClassName
{
background-color: #FCEDF0;
}
.BgClassName
{
background-color: #FCEDF0;
}
</style>
border-color css
<style>
span { border-color: #FCEDF0; }
span { border-color: rgb(252,237,240); }
td.TdClassName
{
border-color: #FCEDF0;
}
.TagClassName
{
border-color: #FCEDF0;
}
</style>