Shades of Amour #FAECEE
Tints of Amour #FAECEE
RGB
CMYK
RGB Variations
Color information
#FAECEE (or 0xFAECEE) is known color: Amour. HEX triplet: FA, EC and EE. RGB value is (250,236,238). Sum of RGB (Red+Green+Blue) = 250+236+238=724 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.53% from 724); Green value is 236 (92.58% from 255 or 32.60% from 724); Blue value is 238 (93.36% from 255 or 32.87% from 724); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAECEE is #051311. Grayscale: #F0F0F0. Windows color (decimal): -332562 or 15658234. OLE color: 15658234.
HSL color Cylindrical-coordinate representation of color #FAECEE: hue angle of 351.43º degrees, saturation: 0.58, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FAECEE is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 238 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.02 |
| HSL | 351.43º | 0.58% | 0.95% | - |
| HSV(B) | 351.43º | 0.06% | 0.98% | - |
| XYZ | 84.85 | 86.49 | 93.11 | - |
| YUV | 240.41 | 126.64 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 238 | 0 | 0.06 | 0.05 | 0.02 | 351.43 | 0.58 | 0.95 |
| Hex | FA | EC | EE | 0 | 6 | 5 | 2 | 15F | 3A | 5F |
| Octal | 372 | 354 | 356 | 0 | 6 | 5 | 2 | 537 | 72 | 137 |
| Binary | 11111010 | 11101100 | 11101110 | 0 | 110 | 101 | 10 | 101011111 | 111010 | 1011111 |
Color Harmonies of #FAECEE
Complementary color
Monochromatic Colors of #FAECEE
Black with #FAECEE
Text Example
Text Example
White with #FAECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAECEE; }
p { color: rgb(250,236,238); }
H1.HeaderClassName
{
color: #FAECEE;
}
.AnyTagClassName
{
color: #FAECEE;
}
</style>
background-color css
<style>
a { background-color: #FAECEE; }
a { background-color: rgb(250,236,238); }
div.DivClassName
{
background-color: #FAECEE;
}
.BgClassName
{
background-color: #FAECEE;
}
</style>
border-color css
<style>
span { border-color: #FAECEE; }
span { border-color: rgb(250,236,238); }
td.TdClassName
{
border-color: #FAECEE;
}
.TagClassName
{
border-color: #FAECEE;
}
</style>