Shades of Amour #F3ECED
Tints of Amour #F3ECED
RGB
CMYK
RGB Variations
Color information
#F3ECED (or 0xF3ECED) is known color: Amour. HEX triplet: F3, EC and ED. RGB value is (243,236,237). Sum of RGB (Red+Green+Blue) = 243+236+237=716 (94% of max value = 765). Red value is 243 (95.31% from 255 or 33.94% from 716); Green value is 236 (92.58% from 255 or 32.96% from 716); Blue value is 237 (92.97% from 255 or 33.10% from 716); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ECED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F3ECED is #0C1312. Grayscale: #EEEEEE. Windows color (decimal): -791315 or 15592691. OLE color: 15592691.
HSL color Cylindrical-coordinate representation of color #F3ECED: hue angle of 351.43º degrees, saturation: 0.23, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F3ECED is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 243 | 236 | 237 | - |
CMYK | 0 | 0.03 | 0.02 | 0.05 |
HSL | 351.43º | 0.23% | 0.94% | - |
HSV(B) | 351.43º | 0.03% | 0.95% | - |
XYZ | 82.24 | 85.16 | 92.22 | - |
YUV | 238.21 | 127.32 | 131.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 243 | 236 | 237 | 0 | 0.03 | 0.02 | 0.05 | 351.43 | 0.23 | 0.94 |
Hex | F3 | EC | ED | 0 | 3 | 2 | 5 | 15F | 17 | 5E |
Octal | 363 | 354 | 355 | 0 | 3 | 2 | 5 | 537 | 27 | 136 |
Binary | 11110011 | 11101100 | 11101101 | 0 | 11 | 10 | 101 | 101011111 | 10111 | 1011110 |
Color Harmonies of #F3ECED
Complementary color
Monochromatic Colors of #F3ECED
Black with #F3ECED
Text Example
Text Example
White with #F3ECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ECED; }
p { color: rgb(243,236,237); }
H1.HeaderClassName
{
color: #F3ECED;
}
.AnyTagClassName
{
color: #F3ECED;
}
</style>
background-color css
<style>
a { background-color: #F3ECED; }
a { background-color: rgb(243,236,237); }
div.DivClassName
{
background-color: #F3ECED;
}
.BgClassName
{
background-color: #F3ECED;
}
</style>
border-color css
<style>
span { border-color: #F3ECED; }
span { border-color: rgb(243,236,237); }
td.TdClassName
{
border-color: #F3ECED;
}
.TagClassName
{
border-color: #F3ECED;
}
</style>