Shades of Amour #F8DFE7
Tints of Amour #F8DFE7
RGB
CMYK
RGB Variations
Color information
#F8DFE7 (or 0xF8DFE7) is known color: Amour. HEX triplet: F8, DF and E7. RGB value is (248,223,231). Sum of RGB (Red+Green+Blue) = 248+223+231=702 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.33% from 702); Green value is 223 (87.5% from 255 or 31.77% from 702); Blue value is 231 (90.62% from 255 or 32.91% from 702); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DFE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DFE7 is #072018. Grayscale: #E7E7E7. Windows color (decimal): -466969 or 15196152. OLE color: 15196152.
HSL color Cylindrical-coordinate representation of color #F8DFE7: hue angle of 340.8º degrees, saturation: 0.64, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F8DFE7 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 223 | 231 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.03 |
| HSL | 340.8º | 0.64% | 0.92% | - |
| HSV(B) | 340.8º | 0.1% | 0.97% | - |
| XYZ | 79.52 | 78.5 | 86.56 | - |
| YUV | 231.39 | 127.78 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 223 | 231 | 0 | 0.10 | 0.07 | 0.03 | 340.8 | 0.64 | 0.92 |
| Hex | F8 | DF | E7 | 0 | A | 7 | 3 | 155 | 40 | 5C |
| Octal | 370 | 337 | 347 | 0 | 12 | 7 | 3 | 525 | 100 | 134 |
| Binary | 11111000 | 11011111 | 11100111 | 0 | 1010 | 111 | 11 | 101010101 | 1000000 | 1011100 |
Color Harmonies of #F8DFE7
Complementary color
Monochromatic Colors of #F8DFE7
Black with #F8DFE7
Text Example
Text Example
White with #F8DFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DFE7; }
p { color: rgb(248,223,231); }
H1.HeaderClassName
{
color: #F8DFE7;
}
.AnyTagClassName
{
color: #F8DFE7;
}
</style>
background-color css
<style>
a { background-color: #F8DFE7; }
a { background-color: rgb(248,223,231); }
div.DivClassName
{
background-color: #F8DFE7;
}
.BgClassName
{
background-color: #F8DFE7;
}
</style>
border-color css
<style>
span { border-color: #F8DFE7; }
span { border-color: rgb(248,223,231); }
td.TdClassName
{
border-color: #F8DFE7;
}
.TagClassName
{
border-color: #F8DFE7;
}
</style>