Shades of Amour #F6EEF0
Tints of Amour #F6EEF0
RGB
CMYK
RGB Variations
Color information
#F6EEF0 (or 0xF6EEF0) is known color: Amour. HEX triplet: F6, EE and F0. RGB value is (246,238,240). Sum of RGB (Red+Green+Blue) = 246+238+240=724 (95% of max value = 765). Red value is 246 (96.48% from 255 or 33.98% from 724); Green value is 238 (93.36% from 255 or 32.87% from 724); Blue value is 240 (94.14% from 255 or 33.15% from 724); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EEF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6EEF0 is #09110F. Grayscale: #F0F0F0. Windows color (decimal): -594192 or 15789814. OLE color: 15789814.
HSL color Cylindrical-coordinate representation of color #F6EEF0: hue angle of 345º degrees, saturation: 0.31, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F6EEF0 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
RGB | 246 | 238 | 240 | - |
CMYK | 0 | 0.03 | 0.02 | 0.04 |
HSL | 345º | 0.31% | 0.95% | - |
HSV(B) | 345º | 0.03% | 0.96% | - |
XYZ | 84.31 | 87.03 | 94.79 | - |
YUV | 240.62 | 127.65 | 131.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 246 | 238 | 240 | 0 | 0.03 | 0.02 | 0.04 | 345 | 0.31 | 0.95 |
Hex | F6 | EE | F0 | 0 | 3 | 2 | 4 | 159 | 1F | 5F |
Octal | 366 | 356 | 360 | 0 | 3 | 2 | 4 | 531 | 37 | 137 |
Binary | 11110110 | 11101110 | 11110000 | 0 | 11 | 10 | 100 | 101011001 | 11111 | 1011111 |
Color Harmonies of #F6EEF0
Complementary color
Monochromatic Colors of #F6EEF0
Black with #F6EEF0
Text Example
Text Example
White with #F6EEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EEF0; }
p { color: rgb(246,238,240); }
H1.HeaderClassName
{
color: #F6EEF0;
}
.AnyTagClassName
{
color: #F6EEF0;
}
</style>
background-color css
<style>
a { background-color: #F6EEF0; }
a { background-color: rgb(246,238,240); }
div.DivClassName
{
background-color: #F6EEF0;
}
.BgClassName
{
background-color: #F6EEF0;
}
</style>
border-color css
<style>
span { border-color: #F6EEF0; }
span { border-color: rgb(246,238,240); }
td.TdClassName
{
border-color: #F6EEF0;
}
.TagClassName
{
border-color: #F6EEF0;
}
</style>