Shades of Amour #F3E4ED
Tints of Amour #F3E4ED
RGB
CMYK
RGB Variations
Color information
#F3E4ED (or 0xF3E4ED) is known color: Amour. HEX triplet: F3, E4 and ED. RGB value is (243,228,237). Sum of RGB (Red+Green+Blue) = 243+228+237=708 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.32% from 708); Green value is 228 (89.45% from 255 or 32.20% from 708); Blue value is 237 (92.97% from 255 or 33.47% from 708); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3E4ED is #0C1B12. Grayscale: #E9E9E9. Windows color (decimal): -793363 or 15590643. OLE color: 15590643.
HSL color Cylindrical-coordinate representation of color #F3E4ED: hue angle of 324º degrees, saturation: 0.38, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F3E4ED is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 243 | 228 | 237 | - |
CMYK | 0 | 0.06 | 0.02 | 0.05 |
HSL | 324º | 0.38% | 0.92% | - |
HSV(B) | 324º | 0.06% | 0.95% | - |
XYZ | 79.99 | 80.66 | 91.47 | - |
YUV | 233.51 | 129.97 | 134.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 243 | 228 | 237 | 0 | 0.06 | 0.02 | 0.05 | 324 | 0.38 | 0.92 |
Hex | F3 | E4 | ED | 0 | 6 | 2 | 5 | 144 | 26 | 5C |
Octal | 363 | 344 | 355 | 0 | 6 | 2 | 5 | 504 | 46 | 134 |
Binary | 11110011 | 11100100 | 11101101 | 0 | 110 | 10 | 101 | 101000100 | 100110 | 1011100 |
Color Harmonies of #F3E4ED
Complementary color
Monochromatic Colors of #F3E4ED
Black with #F3E4ED
Text Example
Text Example
White with #F3E4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E4ED; }
p { color: rgb(243,228,237); }
H1.HeaderClassName
{
color: #F3E4ED;
}
.AnyTagClassName
{
color: #F3E4ED;
}
</style>
background-color css
<style>
a { background-color: #F3E4ED; }
a { background-color: rgb(243,228,237); }
div.DivClassName
{
background-color: #F3E4ED;
}
.BgClassName
{
background-color: #F3E4ED;
}
</style>
border-color css
<style>
span { border-color: #F3E4ED; }
span { border-color: rgb(243,228,237); }
td.TdClassName
{
border-color: #F3E4ED;
}
.TagClassName
{
border-color: #F3E4ED;
}
</style>