#F7E6EC

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

Shades of Amour #F7E6EC

Tints of Amour #F7E6EC

Color information

#F7E6EC (or 0xF7E6EC) is unknown color: approx Amour. HEX triplet: F7, E6 and EC. RGB value is (247,230,236). Sum of RGB (Red+Green+Blue) = 247+230+236=713 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.64% from 713); Green value is 230 (90.23% from 255 or 32.26% from 713); Blue value is 236 (92.58% from 255 or 33.10% from 713); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E6EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7E6EC is #081913. Grayscale: #EBEBEB. Windows color (decimal): -530708 or 15525623. OLE color: 15525623.

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

Color convert

RGB247230236-
CMYK00.070.040.03
HSL338.82º51.52%93.53%-
HSV(B)338.82º6.88%96.86%-
XYZ81.7982.4290.96-
YUV235.77128.13136.01-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.64%
GREEN value IS 230 (90.23% from 255) = 32.26%
BLUE value IS 236 (92.58% from 255) = 33.10%
R=34.64%
G=32.26%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723023600.070.040.03338.8251.5293.53
HexF7E6EC0743153345e
Octal367346354074352364136
Binary1111011111100110111011000111100111010100111101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7E6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7E6EC; }

 p { color: rgb(247,230,236); }

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

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

 a { background-color: rgb(247,230,236); }

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

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

 span { border-color: rgb(247,230,236); }

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