#F7E3EA

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

Shades of Amour #F7E3EA

Tints of Amour #F7E3EA

Color information

#F7E3EA (or 0xF7E3EA) is unknown color: approx Amour. HEX triplet: F7, E3 and EA. RGB value is (247,227,234). Sum of RGB (Red+Green+Blue) = 247+227+234=708 (93% of max value = 765). Red value is 247 (96.88% from 255 or 34.89% from 708); Green value is 227 (89.06% from 255 or 32.06% from 708); Blue value is 234 (91.80% from 255 or 33.05% from 708); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E3EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7E3EA is #081C15. Grayscale: #E9E9E9. Windows color (decimal): -531478 or 15393783. OLE color: 15393783.

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

Color convert

RGB247227234-
CMYK00.080.050.03
HSL339º55.56%92.94%-
HSV(B)339º8.1%96.86%-
XYZ80.6880.6589.16-
YUV233.78128.13137.43-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.89%
GREEN value IS 227 (89.06% from 255) = 32.06%
BLUE value IS 234 (91.80% from 255) = 33.05%
R=34.89%
G=32.06%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24722723400.080.050.0333955.5692.94
HexF7E3EA0853153385d
Octal3673433520105352370135
Binary11110111111000111110101001000101111010100111110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7E3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7E3EA; }

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

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

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

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

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

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

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

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