Shades of Amour #FCEEF0
Tints of Amour #FCEEF0
RGB
CMYK
RGB Variations
Color information
#FCEEF0 (or 0xFCEEF0) is known color: Amour. HEX triplet: FC, EE and F0. RGB value is (252,238,240). Sum of RGB (Red+Green+Blue) = 252+238+240=730 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.52% from 730); Green value is 238 (93.36% from 255 or 32.60% from 730); Blue value is 240 (94.14% from 255 or 32.88% from 730); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEEF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEEF0 is #03110F. Grayscale: #F2F2F2. Windows color (decimal): -200976 or 15789820. OLE color: 15789820.
HSL color Cylindrical-coordinate representation of color #FCEEF0: hue angle of 351.43º degrees, saturation: 0.7, 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 #FCEEF0 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 238 | 240 | - |
CMYK | 0 | 0.06 | 0.05 | 0.01 |
HSL | 351.43º | 0.7% | 0.96% | - |
HSV(B) | 351.43º | 0.06% | 0.99% | - |
XYZ | 86.45 | 88.14 | 94.89 | - |
YUV | 242.41 | 126.64 | 134.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 238 | 240 | 0 | 0.06 | 0.05 | 0.01 | 351.43 | 0.7 | 0.96 |
Hex | FC | EE | F0 | 0 | 6 | 5 | 1 | 15F | 46 | 60 |
Octal | 374 | 356 | 360 | 0 | 6 | 5 | 1 | 537 | 106 | 140 |
Binary | 11111100 | 11101110 | 11110000 | 0 | 110 | 101 | 1 | 101011111 | 1000110 | 1100000 |
Color Harmonies of #FCEEF0
Complementary color
Monochromatic Colors of #FCEEF0
Black with #FCEEF0
Text Example
Text Example
White with #FCEEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEEF0; }
p { color: rgb(252,238,240); }
H1.HeaderClassName
{
color: #FCEEF0;
}
.AnyTagClassName
{
color: #FCEEF0;
}
</style>
background-color css
<style>
a { background-color: #FCEEF0; }
a { background-color: rgb(252,238,240); }
div.DivClassName
{
background-color: #FCEEF0;
}
.BgClassName
{
background-color: #FCEEF0;
}
</style>
border-color css
<style>
span { border-color: #FCEEF0; }
span { border-color: rgb(252,238,240); }
td.TdClassName
{
border-color: #FCEEF0;
}
.TagClassName
{
border-color: #FCEEF0;
}
</style>