Shades of Amour #F3EFF0
Tints of Amour #F3EFF0
RGB
CMYK
RGB Variations
Color information
#F3EFF0 (or 0xF3EFF0) is known color: Amour. HEX triplet: F3, EF and F0. RGB value is (243,239,240). Sum of RGB (Red+Green+Blue) = 243+239+240=722 (95% of max value = 765). Red value is 243 (95.31% from 255 or 33.66% from 722); Green value is 239 (93.75% from 255 or 33.10% from 722); Blue value is 240 (94.14% from 255 or 33.24% from 722); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EFF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F3EFF0 is #0C100F. Grayscale: #F0F0F0. Windows color (decimal): -790544 or 15790067. OLE color: 15790067.
HSL color Cylindrical-coordinate representation of color #F3EFF0: hue angle of 345º degrees, saturation: 0.14, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F3EFF0 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 239 | 240 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.05 |
| HSL | 345º | 0.14% | 0.95% | - |
| HSV(B) | 345º | 0.02% | 0.95% | - |
| XYZ | 83.56 | 87.08 | 94.84 | - |
| YUV | 240.31 | 127.83 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 239 | 240 | 0 | 0.02 | 0.01 | 0.05 | 345 | 0.14 | 0.95 |
| Hex | F3 | EF | F0 | 0 | 2 | 1 | 5 | 159 | E | 5F |
| Octal | 363 | 357 | 360 | 0 | 2 | 1 | 5 | 531 | 16 | 137 |
| Binary | 11110011 | 11101111 | 11110000 | 0 | 10 | 1 | 101 | 101011001 | 1110 | 1011111 |
Color Harmonies of #F3EFF0
Complementary color
Monochromatic Colors of #F3EFF0
Black with #F3EFF0
Text Example
Text Example
White with #F3EFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3EFF0; }
p { color: rgb(243,239,240); }
H1.HeaderClassName
{
color: #F3EFF0;
}
.AnyTagClassName
{
color: #F3EFF0;
}
</style>
background-color css
<style>
a { background-color: #F3EFF0; }
a { background-color: rgb(243,239,240); }
div.DivClassName
{
background-color: #F3EFF0;
}
.BgClassName
{
background-color: #F3EFF0;
}
</style>
border-color css
<style>
span { border-color: #F3EFF0; }
span { border-color: rgb(243,239,240); }
td.TdClassName
{
border-color: #F3EFF0;
}
.TagClassName
{
border-color: #F3EFF0;
}
</style>