#F7E5EA

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

Shades of Amour #F7E5EA

Tints of Amour #F7E5EA

Color information

#F7E5EA (or 0xF7E5EA) is unknown color: approx Amour. HEX triplet: F7, E5 and EA. RGB value is (247,229,234). Sum of RGB (Red+Green+Blue) = 247+229+234=710 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.79% from 710); Green value is 229 (89.84% from 255 or 32.25% from 710); Blue value is 234 (91.80% from 255 or 32.96% from 710); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7E5EA is #081A15. Grayscale: #EAEAEA. Windows color (decimal): -530966 or 15394295. OLE color: 15394295.

HSL color Cylindrical-coordinate representation of color #F7E5EA: hue angle of 343.33º degrees, saturation: 0.53, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F7E5EA is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB247229234-
CMYK00.070.050.03
HSL343.33º52.94%93.33%-
HSV(B)343.33º7.29%96.86%-
XYZ81.2381.7589.34-
YUV234.95127.46136.59-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.79%
GREEN value IS 229 (89.84% from 255) = 32.25%
BLUE value IS 234 (91.80% from 255) = 32.96%
R=34.79%
G=32.25%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24722923400.070.050.03343.3352.9493.33
HexF7E5EA0753157355d
Octal367345352075352765135
Binary1111011111100101111010100111101111010101111101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7E5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7E5EA; }

 p { color: rgb(247,229,234); }

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

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

 a { background-color: rgb(247,229,234); }

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

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

 span { border-color: rgb(247,229,234); }

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