#F7EAEB

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

Shades of Amour #F7EAEB

Tints of Amour #F7EAEB

Color information

#F7EAEB (or 0xF7EAEB) is unknown color: approx Amour. HEX triplet: F7, EA and EB. RGB value is (247,234,235). Sum of RGB (Red+Green+Blue) = 247+234+235=716 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.50% from 716); Green value is 234 (91.80% from 255 or 32.68% from 716); Blue value is 235 (92.19% from 255 or 32.82% from 716); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EAEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7EAEB is #081514. Grayscale: #EEEEEE. Windows color (decimal): -529685 or 15461111. OLE color: 15461111.

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

Color convert

RGB247234235-
CMYK00.050.050.03
HSL355.38º44.83%94.31%-
HSV(B)355.38º5.26%96.86%-
XYZ82.7884.6290.57-
YUV238126.31134.42-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.50%
GREEN value IS 234 (91.80% from 255) = 32.68%
BLUE value IS 235 (92.19% from 255) = 32.82%
R=34.50%
G=32.68%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723423500.050.050.03355.3844.8394.31
HexF7EAEB05531632d5e
Octal367352353055354355136
Binary1111011111101010111010110101101111011000111011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EAEB; }

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

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

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

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

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

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

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

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