Shades of Amour #F8EFF1
Tints of Amour #F8EFF1
RGB
CMYK
RGB Variations
Color information
#F8EFF1 (or 0xF8EFF1) is known color: Amour. HEX triplet: F8, EF and F1. RGB value is (248,239,241). Sum of RGB (Red+Green+Blue) = 248+239+241=728 (96% of max value = 765). Red value is 248 (97.27% from 255 or 34.07% from 728); Green value is 239 (93.75% from 255 or 32.83% from 728); Blue value is 241 (94.53% from 255 or 33.10% from 728); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EFF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8EFF1 is #07100E. Grayscale: #F1F1F1. Windows color (decimal): -462863 or 15855608. OLE color: 15855608.
HSL color Cylindrical-coordinate representation of color #F8EFF1: hue angle of 346.67º degrees, saturation: 0.39, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F8EFF1 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 239 | 241 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.03 |
| HSL | 346.67º | 0.39% | 0.95% | - |
| HSV(B) | 346.67º | 0.04% | 0.97% | - |
| XYZ | 85.46 | 88.04 | 95.71 | - |
| YUV | 241.92 | 127.48 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 239 | 241 | 0 | 0.04 | 0.03 | 0.03 | 346.67 | 0.39 | 0.95 |
| Hex | F8 | EF | F1 | 0 | 4 | 3 | 3 | 15B | 27 | 5F |
| Octal | 370 | 357 | 361 | 0 | 4 | 3 | 3 | 533 | 47 | 137 |
| Binary | 11111000 | 11101111 | 11110001 | 0 | 100 | 11 | 11 | 101011011 | 100111 | 1011111 |
Color Harmonies of #F8EFF1
Complementary color
Monochromatic Colors of #F8EFF1
Black with #F8EFF1
Text Example
Text Example
White with #F8EFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EFF1; }
p { color: rgb(248,239,241); }
H1.HeaderClassName
{
color: #F8EFF1;
}
.AnyTagClassName
{
color: #F8EFF1;
}
</style>
background-color css
<style>
a { background-color: #F8EFF1; }
a { background-color: rgb(248,239,241); }
div.DivClassName
{
background-color: #F8EFF1;
}
.BgClassName
{
background-color: #F8EFF1;
}
</style>
border-color css
<style>
span { border-color: #F8EFF1; }
span { border-color: rgb(248,239,241); }
td.TdClassName
{
border-color: #F8EFF1;
}
.TagClassName
{
border-color: #F8EFF1;
}
</style>