Shades of Amour #F3DEE5
Tints of Amour #F3DEE5
RGB
CMYK
RGB Variations
Color information
#F3DEE5 (or 0xF3DEE5) is known color: Amour. HEX triplet: F3, DE and E5. RGB value is (243,222,229). Sum of RGB (Red+Green+Blue) = 243+222+229=694 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.01% from 694); Green value is 222 (87.11% from 255 or 31.99% from 694); Blue value is 229 (89.84% from 255 or 33.00% from 694); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DEE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DEE5 is #0C211A. Grayscale: #E5E5E5. Windows color (decimal): -794907 or 15064819. OLE color: 15064819.
HSL color Cylindrical-coordinate representation of color #F3DEE5: hue angle of 340º degrees, saturation: 0.47, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F3DEE5 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 222 | 229 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.05 |
| HSL | 340º | 0.47% | 0.91% | - |
| HSV(B) | 340º | 0.09% | 0.95% | - |
| XYZ | 77.23 | 76.95 | 84.91 | - |
| YUV | 229.08 | 127.96 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 222 | 229 | 0 | 0.09 | 0.06 | 0.05 | 340 | 0.47 | 0.91 |
| Hex | F3 | DE | E5 | 0 | 9 | 6 | 5 | 154 | 2F | 5B |
| Octal | 363 | 336 | 345 | 0 | 11 | 6 | 5 | 524 | 57 | 133 |
| Binary | 11110011 | 11011110 | 11100101 | 0 | 1001 | 110 | 101 | 101010100 | 101111 | 1011011 |
Color Harmonies of #F3DEE5
Complementary color
Monochromatic Colors of #F3DEE5
Black with #F3DEE5
Text Example
Text Example
White with #F3DEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DEE5; }
p { color: rgb(243,222,229); }
H1.HeaderClassName
{
color: #F3DEE5;
}
.AnyTagClassName
{
color: #F3DEE5;
}
</style>
background-color css
<style>
a { background-color: #F3DEE5; }
a { background-color: rgb(243,222,229); }
div.DivClassName
{
background-color: #F3DEE5;
}
.BgClassName
{
background-color: #F3DEE5;
}
</style>
border-color css
<style>
span { border-color: #F3DEE5; }
span { border-color: rgb(243,222,229); }
td.TdClassName
{
border-color: #F3DEE5;
}
.TagClassName
{
border-color: #F3DEE5;
}
</style>