Shades of Amour #F3E5ED
Tints of Amour #F3E5ED
RGB
CMYK
RGB Variations
Color information
#F3E5ED (or 0xF3E5ED) is known color: Amour. HEX triplet: F3, E5 and ED. RGB value is (243,229,237). Sum of RGB (Red+Green+Blue) = 243+229+237=709 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.27% from 709); Green value is 229 (89.84% from 255 or 32.30% from 709); Blue value is 237 (92.97% from 255 or 33.43% from 709); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3E5ED is #0C1A12. Grayscale: #EAEAEA. Windows color (decimal): -793107 or 15590899. OLE color: 15590899.
HSL color Cylindrical-coordinate representation of color #F3E5ED: hue angle of 325.71º degrees, saturation: 0.37, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F3E5ED is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 243 | 229 | 237 | - |
CMYK | 0 | 0.06 | 0.02 | 0.05 |
HSL | 325.71º | 0.37% | 0.93% | - |
HSV(B) | 325.71º | 0.06% | 0.95% | - |
XYZ | 80.27 | 81.21 | 91.56 | - |
YUV | 234.1 | 129.64 | 134.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 243 | 229 | 237 | 0 | 0.06 | 0.02 | 0.05 | 325.71 | 0.37 | 0.93 |
Hex | F3 | E5 | ED | 0 | 6 | 2 | 5 | 146 | 25 | 5D |
Octal | 363 | 345 | 355 | 0 | 6 | 2 | 5 | 506 | 45 | 135 |
Binary | 11110011 | 11100101 | 11101101 | 0 | 110 | 10 | 101 | 101000110 | 100101 | 1011101 |
Color Harmonies of #F3E5ED
Complementary color
Monochromatic Colors of #F3E5ED
Black with #F3E5ED
Text Example
Text Example
White with #F3E5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E5ED; }
p { color: rgb(243,229,237); }
H1.HeaderClassName
{
color: #F3E5ED;
}
.AnyTagClassName
{
color: #F3E5ED;
}
</style>
background-color css
<style>
a { background-color: #F3E5ED; }
a { background-color: rgb(243,229,237); }
div.DivClassName
{
background-color: #F3E5ED;
}
.BgClassName
{
background-color: #F3E5ED;
}
</style>
border-color css
<style>
span { border-color: #F3E5ED; }
span { border-color: rgb(243,229,237); }
td.TdClassName
{
border-color: #F3E5ED;
}
.TagClassName
{
border-color: #F3E5ED;
}
</style>