Shades of Amour #F3E6ED
Tints of Amour #F3E6ED
RGB
CMYK
RGB Variations
Color information
#F3E6ED (or 0xF3E6ED) is known color: Amour. HEX triplet: F3, E6 and ED. RGB value is (243,230,237). Sum of RGB (Red+Green+Blue) = 243+230+237=710 (94% of max value = 765). Red value is 243 (95.31% from 255 or 34.23% from 710); Green value is 230 (90.23% from 255 or 32.39% from 710); Blue value is 237 (92.97% from 255 or 33.38% from 710); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E6ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F3E6ED is #0C1912. Grayscale: #EAEAEA. Windows color (decimal): -792851 or 15591155. OLE color: 15591155.
HSL color Cylindrical-coordinate representation of color #F3E6ED: hue angle of 327.69º 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 #F3E6ED is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 230 | 237 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.05 |
| HSL | 327.69º | 0.35% | 0.93% | - |
| HSV(B) | 327.69º | 0.05% | 0.95% | - |
| XYZ | 80.55 | 81.76 | 91.66 | - |
| YUV | 234.69 | 129.31 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 230 | 237 | 0 | 0.05 | 0.02 | 0.05 | 327.69 | 0.35 | 0.93 |
| Hex | F3 | E6 | ED | 0 | 5 | 2 | 5 | 148 | 23 | 5D |
| Octal | 363 | 346 | 355 | 0 | 5 | 2 | 5 | 510 | 43 | 135 |
| Binary | 11110011 | 11100110 | 11101101 | 0 | 101 | 10 | 101 | 101001000 | 100011 | 1011101 |
Color Harmonies of #F3E6ED
Complementary color
Monochromatic Colors of #F3E6ED
Black with #F3E6ED
Text Example
Text Example
White with #F3E6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E6ED; }
p { color: rgb(243,230,237); }
H1.HeaderClassName
{
color: #F3E6ED;
}
.AnyTagClassName
{
color: #F3E6ED;
}
</style>
background-color css
<style>
a { background-color: #F3E6ED; }
a { background-color: rgb(243,230,237); }
div.DivClassName
{
background-color: #F3E6ED;
}
.BgClassName
{
background-color: #F3E6ED;
}
</style>
border-color css
<style>
span { border-color: #F3E6ED; }
span { border-color: rgb(243,230,237); }
td.TdClassName
{
border-color: #F3E6ED;
}
.TagClassName
{
border-color: #F3E6ED;
}
</style>