Shades of Amour #F3E0E8
Tints of Amour #F3E0E8
RGB
CMYK
RGB Variations
Color information
#F3E0E8 (or 0xF3E0E8) is known color: Amour. HEX triplet: F3, E0 and E8. RGB value is (243,224,232). Sum of RGB (Red+Green+Blue) = 243+224+232=699 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.76% from 699); Green value is 224 (87.89% from 255 or 32.05% from 699); Blue value is 232 (91.02% from 255 or 33.19% from 699); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E0E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3E0E8 is #0C1F17. Grayscale: #E6E6E6. Windows color (decimal): -794392 or 15261939. OLE color: 15261939.
HSL color Cylindrical-coordinate representation of color #F3E0E8: hue angle of 334.74º degrees, saturation: 0.44, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F3E0E8 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 224 | 232 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.05 |
| HSL | 334.74º | 0.44% | 0.92% | - |
| HSV(B) | 334.74º | 0.08% | 0.95% | - |
| XYZ | 78.18 | 78.19 | 87.32 | - |
| YUV | 230.59 | 128.79 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 224 | 232 | 0 | 0.08 | 0.05 | 0.05 | 334.74 | 0.44 | 0.92 |
| Hex | F3 | E0 | E8 | 0 | 8 | 5 | 5 | 14F | 2C | 5C |
| Octal | 363 | 340 | 350 | 0 | 10 | 5 | 5 | 517 | 54 | 134 |
| Binary | 11110011 | 11100000 | 11101000 | 0 | 1000 | 101 | 101 | 101001111 | 101100 | 1011100 |
Color Harmonies of #F3E0E8
Complementary color
Monochromatic Colors of #F3E0E8
Black with #F3E0E8
Text Example
Text Example
White with #F3E0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E0E8; }
p { color: rgb(243,224,232); }
H1.HeaderClassName
{
color: #F3E0E8;
}
.AnyTagClassName
{
color: #F3E0E8;
}
</style>
background-color css
<style>
a { background-color: #F3E0E8; }
a { background-color: rgb(243,224,232); }
div.DivClassName
{
background-color: #F3E0E8;
}
.BgClassName
{
background-color: #F3E0E8;
}
</style>
border-color css
<style>
span { border-color: #F3E0E8; }
span { border-color: rgb(243,224,232); }
td.TdClassName
{
border-color: #F3E0E8;
}
.TagClassName
{
border-color: #F3E0E8;
}
</style>