Shades of Amour #FAEDEE
Tints of Amour #FAEDEE
RGB
CMYK
RGB Variations
Color information
#FAEDEE (or 0xFAEDEE) is known color: Amour. HEX triplet: FA, ED and EE. RGB value is (250,237,238). Sum of RGB (Red+Green+Blue) = 250+237+238=725 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.48% from 725); Green value is 237 (92.97% from 255 or 32.69% from 725); Blue value is 238 (93.36% from 255 or 32.83% from 725); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEDEE is #051211. Grayscale: #F1F1F1. Windows color (decimal): -332306 or 15658490. OLE color: 15658490.
HSL color Cylindrical-coordinate representation of color #FAEDEE: hue angle of 355.38º 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 #FAEDEE is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 237 | 238 | - |
| CMYK | 0 | 0.05 | 0.05 | 0.02 |
| HSL | 355.38º | 0.57% | 0.95% | - |
| HSV(B) | 355.38º | 0.05% | 0.98% | - |
| XYZ | 85.14 | 87.07 | 93.21 | - |
| YUV | 241 | 126.31 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 237 | 238 | 0 | 0.05 | 0.05 | 0.02 | 355.38 | 0.57 | 0.95 |
| Hex | FA | ED | EE | 0 | 5 | 5 | 2 | 163 | 39 | 5F |
| Octal | 372 | 355 | 356 | 0 | 5 | 5 | 2 | 543 | 71 | 137 |
| Binary | 11111010 | 11101101 | 11101110 | 0 | 101 | 101 | 10 | 101100011 | 111001 | 1011111 |
Color Harmonies of #FAEDEE
Complementary color
Monochromatic Colors of #FAEDEE
Black with #FAEDEE
Text Example
Text Example
White with #FAEDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEDEE; }
p { color: rgb(250,237,238); }
H1.HeaderClassName
{
color: #FAEDEE;
}
.AnyTagClassName
{
color: #FAEDEE;
}
</style>
background-color css
<style>
a { background-color: #FAEDEE; }
a { background-color: rgb(250,237,238); }
div.DivClassName
{
background-color: #FAEDEE;
}
.BgClassName
{
background-color: #FAEDEE;
}
</style>
border-color css
<style>
span { border-color: #FAEDEE; }
span { border-color: rgb(250,237,238); }
td.TdClassName
{
border-color: #FAEDEE;
}
.TagClassName
{
border-color: #FAEDEE;
}
</style>