Shades of Amour #FAEAEE
Tints of Amour #FAEAEE
RGB
CMYK
RGB Variations
Color information
#FAEAEE (or 0xFAEAEE) is known color: Amour. HEX triplet: FA, EA and EE. RGB value is (250,234,238). Sum of RGB (Red+Green+Blue) = 250+234+238=722 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.63% from 722); Green value is 234 (91.80% from 255 or 32.41% from 722); Blue value is 238 (93.36% from 255 or 32.96% from 722); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEAEE is #051511. Grayscale: #EFEFEF. Windows color (decimal): -333074 or 15657722. OLE color: 15657722.
HSL color Cylindrical-coordinate representation of color #FAEAEE: hue angle of 345º 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 #FAEAEE is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 234 | 238 | - |
CMYK | 0 | 0.06 | 0.05 | 0.02 |
HSL | 345º | 0.62% | 0.95% | - |
HSV(B) | 345º | 0.06% | 0.98% | - |
XYZ | 84.28 | 85.34 | 92.92 | - |
YUV | 239.24 | 127.3 | 135.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 234 | 238 | 0 | 0.06 | 0.05 | 0.02 | 345 | 0.62 | 0.95 |
Hex | FA | EA | EE | 0 | 6 | 5 | 2 | 159 | 3E | 5F |
Octal | 372 | 352 | 356 | 0 | 6 | 5 | 2 | 531 | 76 | 137 |
Binary | 11111010 | 11101010 | 11101110 | 0 | 110 | 101 | 10 | 101011001 | 111110 | 1011111 |
Color Harmonies of #FAEAEE
Complementary color
Monochromatic Colors of #FAEAEE
Black with #FAEAEE
Text Example
Text Example
White with #FAEAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEAEE; }
p { color: rgb(250,234,238); }
H1.HeaderClassName
{
color: #FAEAEE;
}
.AnyTagClassName
{
color: #FAEAEE;
}
</style>
background-color css
<style>
a { background-color: #FAEAEE; }
a { background-color: rgb(250,234,238); }
div.DivClassName
{
background-color: #FAEAEE;
}
.BgClassName
{
background-color: #FAEAEE;
}
</style>
border-color css
<style>
span { border-color: #FAEAEE; }
span { border-color: rgb(250,234,238); }
td.TdClassName
{
border-color: #FAEAEE;
}
.TagClassName
{
border-color: #FAEAEE;
}
</style>