Shades of Amour #F9ECED
Tints of Amour #F9ECED
RGB
CMYK
RGB Variations
Color information
#F9ECED (or 0xF9ECED) is known color: Amour. HEX triplet: F9, EC and ED. RGB value is (249,236,237). Sum of RGB (Red+Green+Blue) = 249+236+237=722 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.49% from 722); Green value is 236 (92.58% from 255 or 32.69% from 722); Blue value is 237 (92.97% from 255 or 32.83% from 722); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ECED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9ECED is #061312. Grayscale: #F0F0F0. Windows color (decimal): -398099 or 15592697. OLE color: 15592697.
HSL color Cylindrical-coordinate representation of color #F9ECED: hue angle of 355.38º degrees, saturation: 0.52, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F9ECED is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 236 | 237 | - |
CMYK | 0 | 0.05 | 0.05 | 0.02 |
HSL | 355.38º | 0.52% | 0.95% | - |
HSV(B) | 355.38º | 0.05% | 0.98% | - |
XYZ | 84.35 | 86.25 | 92.32 | - |
YUV | 240 | 126.31 | 134.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 236 | 237 | 0 | 0.05 | 0.05 | 0.02 | 355.38 | 0.52 | 0.95 |
Hex | F9 | EC | ED | 0 | 5 | 5 | 2 | 163 | 34 | 5F |
Octal | 371 | 354 | 355 | 0 | 5 | 5 | 2 | 543 | 64 | 137 |
Binary | 11111001 | 11101100 | 11101101 | 0 | 101 | 101 | 10 | 101100011 | 110100 | 1011111 |
Color Harmonies of #F9ECED
Complementary color
Monochromatic Colors of #F9ECED
Black with #F9ECED
Text Example
Text Example
White with #F9ECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9ECED; }
p { color: rgb(249,236,237); }
H1.HeaderClassName
{
color: #F9ECED;
}
.AnyTagClassName
{
color: #F9ECED;
}
</style>
background-color css
<style>
a { background-color: #F9ECED; }
a { background-color: rgb(249,236,237); }
div.DivClassName
{
background-color: #F9ECED;
}
.BgClassName
{
background-color: #F9ECED;
}
</style>
border-color css
<style>
span { border-color: #F9ECED; }
span { border-color: rgb(249,236,237); }
td.TdClassName
{
border-color: #F9ECED;
}
.TagClassName
{
border-color: #F9ECED;
}
</style>