Shades of Amour #FEE2ED
Tints of Amour #FEE2ED
RGB
CMYK
RGB Variations
Color information
#FEE2ED (or 0xFEE2ED) is known color: Amour. HEX triplet: FE, E2 and ED. RGB value is (254,226,237). Sum of RGB (Red+Green+Blue) = 254+226+237=717 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.43% from 717); Green value is 226 (88.67% from 255 or 31.52% from 717); Blue value is 237 (92.97% from 255 or 33.05% from 717); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE2ED is #011D12. Grayscale: #EBEBEB. Windows color (decimal): -72979 or 15590142. OLE color: 15590142.
HSL color Cylindrical-coordinate representation of color #FEE2ED: hue angle of 336.43º degrees, saturation: 0.93, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FEE2ED is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 226 | 237 | - |
CMYK | 0 | 0.11 | 0.07 | 0.00 |
HSL | 336.43º | 0.93% | 0.94% | - |
HSV(B) | 336.43º | 0.11% | 1% | - |
XYZ | 83.36 | 81.58 | 91.47 | - |
YUV | 235.63 | 128.78 | 141.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 226 | 237 | 0 | 0.11 | 0.07 | 0.00 | 336.43 | 0.93 | 0.94 |
Hex | FE | E2 | ED | 0 | B | 7 | 0 | 150 | 5D | 5E |
Octal | 376 | 342 | 355 | 0 | 13 | 7 | 0 | 520 | 135 | 136 |
Binary | 11111110 | 11100010 | 11101101 | 0 | 1011 | 111 | 0 | 101010000 | 1011101 | 1011110 |
Color Harmonies of #FEE2ED
Complementary color
Monochromatic Colors of #FEE2ED
Black with #FEE2ED
Text Example
Text Example
White with #FEE2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE2ED; }
p { color: rgb(254,226,237); }
H1.HeaderClassName
{
color: #FEE2ED;
}
.AnyTagClassName
{
color: #FEE2ED;
}
</style>
background-color css
<style>
a { background-color: #FEE2ED; }
a { background-color: rgb(254,226,237); }
div.DivClassName
{
background-color: #FEE2ED;
}
.BgClassName
{
background-color: #FEE2ED;
}
</style>
border-color css
<style>
span { border-color: #FEE2ED; }
span { border-color: rgb(254,226,237); }
td.TdClassName
{
border-color: #FEE2ED;
}
.TagClassName
{
border-color: #FEE2ED;
}
</style>