Shades of Amour #FADFE7
Tints of Amour #FADFE7
RGB
CMYK
RGB Variations
Color information
#FADFE7 (or 0xFADFE7) is known color: Amour. HEX triplet: FA, DF and E7. RGB value is (250,223,231). Sum of RGB (Red+Green+Blue) = 250+223+231=704 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.51% from 704); Green value is 223 (87.5% from 255 or 31.68% from 704); Blue value is 231 (90.62% from 255 or 32.81% from 704); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADFE7 is #052018. Grayscale: #E7E7E7. Windows color (decimal): -335897 or 15196154. OLE color: 15196154.
HSL color Cylindrical-coordinate representation of color #FADFE7: hue angle of 342.22º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FADFE7 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 231 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.02 |
| HSL | 342.22º | 0.73% | 0.93% | - |
| HSV(B) | 342.22º | 0.11% | 0.98% | - |
| XYZ | 80.24 | 78.87 | 86.6 | - |
| YUV | 231.99 | 127.45 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 231 | 0 | 0.11 | 0.08 | 0.02 | 342.22 | 0.73 | 0.93 |
| Hex | FA | DF | E7 | 0 | B | 8 | 2 | 156 | 49 | 5D |
| Octal | 372 | 337 | 347 | 0 | 13 | 10 | 2 | 526 | 111 | 135 |
| Binary | 11111010 | 11011111 | 11100111 | 0 | 1011 | 1000 | 10 | 101010110 | 1001001 | 1011101 |
Color Harmonies of #FADFE7
Complementary color
Monochromatic Colors of #FADFE7
Black with #FADFE7
Text Example
Text Example
White with #FADFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADFE7; }
p { color: rgb(250,223,231); }
H1.HeaderClassName
{
color: #FADFE7;
}
.AnyTagClassName
{
color: #FADFE7;
}
</style>
background-color css
<style>
a { background-color: #FADFE7; }
a { background-color: rgb(250,223,231); }
div.DivClassName
{
background-color: #FADFE7;
}
.BgClassName
{
background-color: #FADFE7;
}
</style>
border-color css
<style>
span { border-color: #FADFE7; }
span { border-color: rgb(250,223,231); }
td.TdClassName
{
border-color: #FADFE7;
}
.TagClassName
{
border-color: #FADFE7;
}
</style>