Shades of Amour #FAEDF0
Tints of Amour #FAEDF0
RGB
CMYK
RGB Variations
Color information
#FAEDF0 (or 0xFAEDF0) is known color: Amour. HEX triplet: FA, ED and F0. RGB value is (250,237,240). Sum of RGB (Red+Green+Blue) = 250+237+240=727 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.39% from 727); Green value is 237 (92.97% from 255 or 32.60% from 727); Blue value is 240 (94.14% from 255 or 33.01% from 727); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEDF0 is #05120F. Grayscale: #F1F1F1. Windows color (decimal): -332304 or 15789562. OLE color: 15789562.
HSL color Cylindrical-coordinate representation of color #FAEDF0: hue angle of 346.15º degrees, saturation: 0.57, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FAEDF0 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 237 | 240 | - |
CMYK | 0 | 0.05 | 0.04 | 0.02 |
HSL | 346.15º | 0.57% | 0.95% | - |
HSV(B) | 346.15º | 0.05% | 0.98% | - |
XYZ | 85.44 | 87.18 | 94.76 | - |
YUV | 241.23 | 127.31 | 134.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 237 | 240 | 0 | 0.05 | 0.04 | 0.02 | 346.15 | 0.57 | 0.95 |
Hex | FA | ED | F0 | 0 | 5 | 4 | 2 | 15A | 39 | 5F |
Octal | 372 | 355 | 360 | 0 | 5 | 4 | 2 | 532 | 71 | 137 |
Binary | 11111010 | 11101101 | 11110000 | 0 | 101 | 100 | 10 | 101011010 | 111001 | 1011111 |
Color Harmonies of #FAEDF0
Complementary color
Monochromatic Colors of #FAEDF0
Black with #FAEDF0
Text Example
Text Example
White with #FAEDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEDF0; }
p { color: rgb(250,237,240); }
H1.HeaderClassName
{
color: #FAEDF0;
}
.AnyTagClassName
{
color: #FAEDF0;
}
</style>
background-color css
<style>
a { background-color: #FAEDF0; }
a { background-color: rgb(250,237,240); }
div.DivClassName
{
background-color: #FAEDF0;
}
.BgClassName
{
background-color: #FAEDF0;
}
</style>
border-color css
<style>
span { border-color: #FAEDF0; }
span { border-color: rgb(250,237,240); }
td.TdClassName
{
border-color: #FAEDF0;
}
.TagClassName
{
border-color: #FAEDF0;
}
</style>