Shades of Amour #FAE2E8
Tints of Amour #FAE2E8
RGB
CMYK
RGB Variations
Color information
#FAE2E8 (or 0xFAE2E8) is known color: Amour. HEX triplet: FA, E2 and E8. RGB value is (250,226,232). Sum of RGB (Red+Green+Blue) = 250+226+232=708 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.31% from 708); Green value is 226 (88.67% from 255 or 31.92% from 708); Blue value is 232 (91.02% from 255 or 32.77% from 708); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE2E8 is #051D17. Grayscale: #E9E9E9. Windows color (decimal): -335128 or 15262458. OLE color: 15262458.
HSL color Cylindrical-coordinate representation of color #FAE2E8: hue angle of 345º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAE2E8 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 226 | 232 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.02 |
| HSL | 345º | 0.71% | 0.93% | - |
| HSV(B) | 345º | 0.1% | 0.98% | - |
| XYZ | 81.19 | 80.54 | 87.61 | - |
| YUV | 233.86 | 126.95 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 226 | 232 | 0 | 0.10 | 0.07 | 0.02 | 345 | 0.71 | 0.93 |
| Hex | FA | E2 | E8 | 0 | A | 7 | 2 | 159 | 47 | 5D |
| Octal | 372 | 342 | 350 | 0 | 12 | 7 | 2 | 531 | 107 | 135 |
| Binary | 11111010 | 11100010 | 11101000 | 0 | 1010 | 111 | 10 | 101011001 | 1000111 | 1011101 |
Color Harmonies of #FAE2E8
Complementary color
Monochromatic Colors of #FAE2E8
Black with #FAE2E8
Text Example
Text Example
White with #FAE2E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE2E8; }
p { color: rgb(250,226,232); }
H1.HeaderClassName
{
color: #FAE2E8;
}
.AnyTagClassName
{
color: #FAE2E8;
}
</style>
background-color css
<style>
a { background-color: #FAE2E8; }
a { background-color: rgb(250,226,232); }
div.DivClassName
{
background-color: #FAE2E8;
}
.BgClassName
{
background-color: #FAE2E8;
}
</style>
border-color css
<style>
span { border-color: #FAE2E8; }
span { border-color: rgb(250,226,232); }
td.TdClassName
{
border-color: #FAE2E8;
}
.TagClassName
{
border-color: #FAE2E8;
}
</style>