Shades of Amour #F0ECEE
Tints of Amour #F0ECEE
RGB
CMYK
RGB Variations
Color information
#F0ECEE (or 0xF0ECEE) is known color: Amour. HEX triplet: F0, EC and EE. RGB value is (240,236,238). Sum of RGB (Red+Green+Blue) = 240+236+238=714 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.61% from 714); Green value is 236 (92.58% from 255 or 33.05% from 714); Blue value is 238 (93.36% from 255 or 33.33% from 714); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ECEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0ECEE is #0F1311. Grayscale: #EDEDED. Windows color (decimal): -987922 or 15658224. OLE color: 15658224.
HSL color Cylindrical-coordinate representation of color #F0ECEE: hue angle of 330º degrees, saturation: 0.12, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F0ECEE is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 236 | 238 | - |
CMYK | 0 | 0.02 | 0.01 | 0.06 |
HSL | 330º | 0.12% | 0.93% | - |
HSV(B) | 330º | 0.02% | 0.94% | - |
XYZ | 81.36 | 84.69 | 92.95 | - |
YUV | 237.42 | 128.33 | 129.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 236 | 238 | 0 | 0.02 | 0.01 | 0.06 | 330 | 0.12 | 0.93 |
Hex | F0 | EC | EE | 0 | 2 | 1 | 6 | 14A | C | 5D |
Octal | 360 | 354 | 356 | 0 | 2 | 1 | 6 | 512 | 14 | 135 |
Binary | 11110000 | 11101100 | 11101110 | 0 | 10 | 1 | 110 | 101001010 | 1100 | 1011101 |
Color Harmonies of #F0ECEE
Complementary color
Monochromatic Colors of #F0ECEE
Black with #F0ECEE
Text Example
Text Example
White with #F0ECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ECEE; }
p { color: rgb(240,236,238); }
H1.HeaderClassName
{
color: #F0ECEE;
}
.AnyTagClassName
{
color: #F0ECEE;
}
</style>
background-color css
<style>
a { background-color: #F0ECEE; }
a { background-color: rgb(240,236,238); }
div.DivClassName
{
background-color: #F0ECEE;
}
.BgClassName
{
background-color: #F0ECEE;
}
</style>
border-color css
<style>
span { border-color: #F0ECEE; }
span { border-color: rgb(240,236,238); }
td.TdClassName
{
border-color: #F0ECEE;
}
.TagClassName
{
border-color: #F0ECEE;
}
</style>