#FEE7EA

Color #FEE7EA Amour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amour #FEE7EA

Tints of Amour #FEE7EA

Color information

#FEE7EA (or 0xFEE7EA) is unknown color: approx Amour. HEX triplet: FE, E7 and EA. RGB value is (254,231,234). Sum of RGB (Red+Green+Blue) = 254+231+234=719 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.33% from 719); Green value is 231 (90.62% from 255 or 32.13% from 719); Blue value is 234 (91.80% from 255 or 32.55% from 719); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE7EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE7EA is #011815. Grayscale: #EEEEEE. Windows color (decimal): -71702 or 15394814. OLE color: 15394814.

HSL color Cylindrical-coordinate representation of color #FEE7EA: hue angle of 352.17º 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 #FEE7EA is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB254231234-
CMYK00.090.080.00
HSL352.17º92%95.1%-
HSV(B)352.17º9.06%99.61%-
XYZ84.384.1689.64-
YUV238.22125.62139.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 35.33%
GREEN value IS 231 (90.62% from 255) = 32.13%
BLUE value IS 234 (91.80% from 255) = 32.55%
R=35.33%
G=32.13%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423123400.090.080.00352.179295.1
HexFEE7EA09801605c5f
Octal376347352011100540134137
Binary111111101110011111101010010011000010110000010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE7EA; }

 p { color: rgb(254,231,234); }

 H1.HeaderClassName
 {
   color: #FEE7EA;
 }
 .AnyTagClassName
 {
   color: #FEE7EA;
 }
</style>
background-color css

<style>
 a { background-color: #FEE7EA; }

 a { background-color: rgb(254,231,234); }

 div.DivClassName
 {
   background-color: #FEE7EA;
 }
 .BgClassName
 {
   background-color: #FEE7EA;
 }
</style>
border-color css

<style>
 span { border-color: #FEE7EA; }

 span { border-color: rgb(254,231,234); }

 td.TdClassName
 {
   border-color: #FEE7EA;
 }
 .TagClassName
 {
   border-color: #FEE7EA;
 }
</style>