Shades of Amour #FEE7EE
Tints of Amour #FEE7EE
RGB
CMYK
RGB Variations
Color information
#FEE7EE (or 0xFEE7EE) is known color: Amour. HEX triplet: FE, E7 and EE. RGB value is (254,231,238). Sum of RGB (Red+Green+Blue) = 254+231+238=723 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.13% from 723); Green value is 231 (90.62% from 255 or 31.95% from 723); Blue value is 238 (93.36% from 255 or 32.92% from 723); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE7EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE7EE is #011811. Grayscale: #EEEEEE. Windows color (decimal): -71698 or 15656958. OLE color: 15656958.
HSL color Cylindrical-coordinate representation of color #FEE7EE: hue angle of 341.74º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FEE7EE is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 231 | 238 | - |
CMYK | 0 | 0.09 | 0.06 | 0.00 |
HSL | 341.74º | 0.92% | 0.95% | - |
HSV(B) | 341.74º | 0.09% | 1% | - |
XYZ | 84.88 | 84.4 | 92.71 | - |
YUV | 238.68 | 127.62 | 138.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 231 | 238 | 0 | 0.09 | 0.06 | 0.00 | 341.74 | 0.92 | 0.95 |
Hex | FE | E7 | EE | 0 | 9 | 6 | 0 | 156 | 5C | 5F |
Octal | 376 | 347 | 356 | 0 | 11 | 6 | 0 | 526 | 134 | 137 |
Binary | 11111110 | 11100111 | 11101110 | 0 | 1001 | 110 | 0 | 101010110 | 1011100 | 1011111 |
Color Harmonies of #FEE7EE
Complementary color
Monochromatic Colors of #FEE7EE
Black with #FEE7EE
Text Example
Text Example
White with #FEE7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE7EE; }
p { color: rgb(254,231,238); }
H1.HeaderClassName
{
color: #FEE7EE;
}
.AnyTagClassName
{
color: #FEE7EE;
}
</style>
background-color css
<style>
a { background-color: #FEE7EE; }
a { background-color: rgb(254,231,238); }
div.DivClassName
{
background-color: #FEE7EE;
}
.BgClassName
{
background-color: #FEE7EE;
}
</style>
border-color css
<style>
span { border-color: #FEE7EE; }
span { border-color: rgb(254,231,238); }
td.TdClassName
{
border-color: #FEE7EE;
}
.TagClassName
{
border-color: #FEE7EE;
}
</style>