Shades of Amour #FAEAEF
Tints of Amour #FAEAEF
RGB
CMYK
RGB Variations
Color information
#FAEAEF (or 0xFAEAEF) is known color: Amour. HEX triplet: FA, EA and EF. RGB value is (250,234,239). Sum of RGB (Red+Green+Blue) = 250+234+239=723 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.58% from 723); Green value is 234 (91.80% from 255 or 32.37% from 723); Blue value is 239 (93.75% from 255 or 33.06% from 723); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEAEF is #051510. Grayscale: #EFEFEF. Windows color (decimal): -333073 or 15723258. OLE color: 15723258.
HSL color Cylindrical-coordinate representation of color #FAEAEF: hue angle of 341.25º degrees, saturation: 0.62, 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 #FAEAEF is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 234 | 239 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.02 |
| HSL | 341.25º | 0.62% | 0.95% | - |
| HSV(B) | 341.25º | 0.06% | 0.98% | - |
| XYZ | 84.43 | 85.4 | 93.7 | - |
| YUV | 239.35 | 127.8 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 234 | 239 | 0 | 0.06 | 0.04 | 0.02 | 341.25 | 0.62 | 0.95 |
| Hex | FA | EA | EF | 0 | 6 | 4 | 2 | 155 | 3E | 5F |
| Octal | 372 | 352 | 357 | 0 | 6 | 4 | 2 | 525 | 76 | 137 |
| Binary | 11111010 | 11101010 | 11101111 | 0 | 110 | 100 | 10 | 101010101 | 111110 | 1011111 |
Color Harmonies of #FAEAEF
Complementary color
Monochromatic Colors of #FAEAEF
Black with #FAEAEF
Text Example
Text Example
White with #FAEAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEAEF; }
p { color: rgb(250,234,239); }
H1.HeaderClassName
{
color: #FAEAEF;
}
.AnyTagClassName
{
color: #FAEAEF;
}
</style>
background-color css
<style>
a { background-color: #FAEAEF; }
a { background-color: rgb(250,234,239); }
div.DivClassName
{
background-color: #FAEAEF;
}
.BgClassName
{
background-color: #FAEAEF;
}
</style>
border-color css
<style>
span { border-color: #FAEAEF; }
span { border-color: rgb(250,234,239); }
td.TdClassName
{
border-color: #FAEAEF;
}
.TagClassName
{
border-color: #FAEAEF;
}
</style>