Shades of Amour #F3E8ED
Tints of Amour #F3E8ED
RGB
CMYK
RGB Variations
Color information
#F3E8ED (or 0xF3E8ED) is known color: Amour. HEX triplet: F3, E8 and ED. RGB value is (243,232,237). Sum of RGB (Red+Green+Blue) = 243+232+237=712 (94% of max value = 765). Red value is 243 (95.31% from 255 or 34.13% from 712); Green value is 232 (91.02% from 255 or 32.58% from 712); Blue value is 237 (92.97% from 255 or 33.29% from 712); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E8ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F3E8ED is #0C1712. Grayscale: #EBEBEB. Windows color (decimal): -792339 or 15591667. OLE color: 15591667.
HSL color Cylindrical-coordinate representation of color #F3E8ED: hue angle of 332.73º degrees, saturation: 0.31, 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 #F3E8ED is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 232 | 237 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.05 |
| HSL | 332.73º | 0.31% | 0.93% | - |
| HSV(B) | 332.73º | 0.05% | 0.95% | - |
| XYZ | 81.1 | 82.88 | 91.84 | - |
| YUV | 235.86 | 128.64 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 232 | 237 | 0 | 0.05 | 0.02 | 0.05 | 332.73 | 0.31 | 0.93 |
| Hex | F3 | E8 | ED | 0 | 5 | 2 | 5 | 14D | 1F | 5D |
| Octal | 363 | 350 | 355 | 0 | 5 | 2 | 5 | 515 | 37 | 135 |
| Binary | 11110011 | 11101000 | 11101101 | 0 | 101 | 10 | 101 | 101001101 | 11111 | 1011101 |
Color Harmonies of #F3E8ED
Complementary color
Monochromatic Colors of #F3E8ED
Black with #F3E8ED
Text Example
Text Example
White with #F3E8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E8ED; }
p { color: rgb(243,232,237); }
H1.HeaderClassName
{
color: #F3E8ED;
}
.AnyTagClassName
{
color: #F3E8ED;
}
</style>
background-color css
<style>
a { background-color: #F3E8ED; }
a { background-color: rgb(243,232,237); }
div.DivClassName
{
background-color: #F3E8ED;
}
.BgClassName
{
background-color: #F3E8ED;
}
</style>
border-color css
<style>
span { border-color: #F3E8ED; }
span { border-color: rgb(243,232,237); }
td.TdClassName
{
border-color: #F3E8ED;
}
.TagClassName
{
border-color: #F3E8ED;
}
</style>