#F7E5EB

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

Shades of Amour #F7E5EB

Tints of Amour #F7E5EB

Color information

#F7E5EB (or 0xF7E5EB) is unknown color: approx Amour. HEX triplet: F7, E5 and EB. RGB value is (247,229,235). Sum of RGB (Red+Green+Blue) = 247+229+235=711 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.74% from 711); Green value is 229 (89.84% from 255 or 32.21% from 711); Blue value is 235 (92.19% from 255 or 33.05% from 711); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E5EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7E5EB is #081A14. Grayscale: #EBEBEB. Windows color (decimal): -530965 or 15459831. OLE color: 15459831.

HSL color Cylindrical-coordinate representation of color #F7E5EB: hue angle of 340º 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 #F7E5EB is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB247229235-
CMYK00.070.050.03
HSL340º52.94%93.33%-
HSV(B)340º7.29%96.86%-
XYZ81.3781.8190.1-
YUV235.07127.96136.51-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.74%
GREEN value IS 229 (89.84% from 255) = 32.21%
BLUE value IS 235 (92.19% from 255) = 33.05%
R=34.74%
G=32.21%
B=33.05%

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
Decimal24722923500.070.050.0334052.9493.33
HexF7E5EB0753154355d
Octal367345353075352465135
Binary1111011111100101111010110111101111010101001101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7E5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7E5EB; }

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

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

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

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

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

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

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

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