Shades of Amour #F1ECEE
Tints of Amour #F1ECEE
RGB
CMYK
RGB Variations
Color information
#F1ECEE (or 0xF1ECEE) is known color: Amour. HEX triplet: F1, EC and EE. RGB value is (241,236,238). Sum of RGB (Red+Green+Blue) = 241+236+238=715 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.71% from 715); Green value is 236 (92.58% from 255 or 33.01% from 715); Blue value is 238 (93.36% from 255 or 33.29% from 715); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ECEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1ECEE is #0E1311. Grayscale: #EDEDED. Windows color (decimal): -922386 or 15658225. OLE color: 15658225.
HSL color Cylindrical-coordinate representation of color #F1ECEE: hue angle of 336º degrees, saturation: 0.15, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F1ECEE is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
RGB | 241 | 236 | 238 | - |
CMYK | 0 | 0.02 | 0.01 | 0.05 |
HSL | 336º | 0.15% | 0.94% | - |
HSV(B) | 336º | 0.02% | 0.95% | - |
XYZ | 81.7 | 84.86 | 92.96 | - |
YUV | 237.72 | 128.16 | 130.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 236 | 238 | 0 | 0.02 | 0.01 | 0.05 | 336 | 0.15 | 0.94 |
Hex | F1 | EC | EE | 0 | 2 | 1 | 5 | 150 | F | 5E |
Octal | 361 | 354 | 356 | 0 | 2 | 1 | 5 | 520 | 17 | 136 |
Binary | 11110001 | 11101100 | 11101110 | 0 | 10 | 1 | 101 | 101010000 | 1111 | 1011110 |
Color Harmonies of #F1ECEE
Complementary color
Monochromatic Colors of #F1ECEE
Black with #F1ECEE
Text Example
Text Example
White with #F1ECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ECEE; }
p { color: rgb(241,236,238); }
H1.HeaderClassName
{
color: #F1ECEE;
}
.AnyTagClassName
{
color: #F1ECEE;
}
</style>
background-color css
<style>
a { background-color: #F1ECEE; }
a { background-color: rgb(241,236,238); }
div.DivClassName
{
background-color: #F1ECEE;
}
.BgClassName
{
background-color: #F1ECEE;
}
</style>
border-color css
<style>
span { border-color: #F1ECEE; }
span { border-color: rgb(241,236,238); }
td.TdClassName
{
border-color: #F1ECEE;
}
.TagClassName
{
border-color: #F1ECEE;
}
</style>