Shades of Amour #F8DFE6
Tints of Amour #F8DFE6
RGB
CMYK
RGB Variations
Color information
#F8DFE6 (or 0xF8DFE6) is known color: Amour. HEX triplet: F8, DF and E6. RGB value is (248,223,230). Sum of RGB (Red+Green+Blue) = 248+223+230=701 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.38% from 701); Green value is 223 (87.5% from 255 or 31.81% from 701); Blue value is 230 (90.23% from 255 or 32.81% from 701); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DFE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DFE6 is #072019. Grayscale: #E7E7E7. Windows color (decimal): -466970 or 15130616. OLE color: 15130616.
HSL color Cylindrical-coordinate representation of color #F8DFE6: hue angle of 343.2º 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 #F8DFE6 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 223 | 230 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.03 |
| HSL | 343.2º | 0.64% | 0.92% | - |
| HSV(B) | 343.2º | 0.1% | 0.97% | - |
| XYZ | 79.38 | 78.44 | 85.82 | - |
| YUV | 231.27 | 127.28 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 223 | 230 | 0 | 0.10 | 0.07 | 0.03 | 343.2 | 0.64 | 0.92 |
| Hex | F8 | DF | E6 | 0 | A | 7 | 3 | 157 | 40 | 5C |
| Octal | 370 | 337 | 346 | 0 | 12 | 7 | 3 | 527 | 100 | 134 |
| Binary | 11111000 | 11011111 | 11100110 | 0 | 1010 | 111 | 11 | 101010111 | 1000000 | 1011100 |
Color Harmonies of #F8DFE6
Complementary color
Monochromatic Colors of #F8DFE6
Black with #F8DFE6
Text Example
Text Example
White with #F8DFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DFE6; }
p { color: rgb(248,223,230); }
H1.HeaderClassName
{
color: #F8DFE6;
}
.AnyTagClassName
{
color: #F8DFE6;
}
</style>
background-color css
<style>
a { background-color: #F8DFE6; }
a { background-color: rgb(248,223,230); }
div.DivClassName
{
background-color: #F8DFE6;
}
.BgClassName
{
background-color: #F8DFE6;
}
</style>
border-color css
<style>
span { border-color: #F8DFE6; }
span { border-color: rgb(248,223,230); }
td.TdClassName
{
border-color: #F8DFE6;
}
.TagClassName
{
border-color: #F8DFE6;
}
</style>