Shades of Amour #F3E6EC
Tints of Amour #F3E6EC
RGB
CMYK
RGB Variations
Color information
#F3E6EC (or 0xF3E6EC) is known color: Amour. HEX triplet: F3, E6 and EC. RGB value is (243,230,236). Sum of RGB (Red+Green+Blue) = 243+230+236=709 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.27% from 709); Green value is 230 (90.23% from 255 or 32.44% from 709); Blue value is 236 (92.58% from 255 or 33.29% from 709); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E6EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F3E6EC is #0C1913. Grayscale: #EAEAEA. Windows color (decimal): -792852 or 15525619. OLE color: 15525619.
HSL color Cylindrical-coordinate representation of color #F3E6EC: hue angle of 332.31º degrees, saturation: 0.35, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F3E6EC is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
RGB | 243 | 230 | 236 | - |
CMYK | 0 | 0.05 | 0.03 | 0.05 |
HSL | 332.31º | 0.35% | 0.93% | - |
HSV(B) | 332.31º | 0.05% | 0.95% | - |
XYZ | 80.4 | 81.7 | 90.89 | - |
YUV | 234.57 | 128.81 | 134.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 243 | 230 | 236 | 0 | 0.05 | 0.03 | 0.05 | 332.31 | 0.35 | 0.93 |
Hex | F3 | E6 | EC | 0 | 5 | 3 | 5 | 14C | 23 | 5D |
Octal | 363 | 346 | 354 | 0 | 5 | 3 | 5 | 514 | 43 | 135 |
Binary | 11110011 | 11100110 | 11101100 | 0 | 101 | 11 | 101 | 101001100 | 100011 | 1011101 |
Color Harmonies of #F3E6EC
Complementary color
Monochromatic Colors of #F3E6EC
Black with #F3E6EC
Text Example
Text Example
White with #F3E6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E6EC; }
p { color: rgb(243,230,236); }
H1.HeaderClassName
{
color: #F3E6EC;
}
.AnyTagClassName
{
color: #F3E6EC;
}
</style>
background-color css
<style>
a { background-color: #F3E6EC; }
a { background-color: rgb(243,230,236); }
div.DivClassName
{
background-color: #F3E6EC;
}
.BgClassName
{
background-color: #F3E6EC;
}
</style>
border-color css
<style>
span { border-color: #F3E6EC; }
span { border-color: rgb(243,230,236); }
td.TdClassName
{
border-color: #F3E6EC;
}
.TagClassName
{
border-color: #F3E6EC;
}
</style>