#F7EAEC

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

Shades of Amour #F7EAEC

Tints of Amour #F7EAEC

Color information

#F7EAEC (or 0xF7EAEC) is unknown color: approx Amour. HEX triplet: F7, EA and EC. RGB value is (247,234,236). Sum of RGB (Red+Green+Blue) = 247+234+236=717 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.45% from 717); Green value is 234 (91.80% from 255 or 32.64% from 717); Blue value is 236 (92.58% from 255 or 32.91% from 717); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EAEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7EAEC is #081513. Grayscale: #EEEEEE. Windows color (decimal): -529684 or 15526647. OLE color: 15526647.

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

Color convert

RGB247234236-
CMYK00.050.040.03
HSL350.77º44.83%94.31%-
HSV(B)350.77º5.26%96.86%-
XYZ82.9284.6891.33-
YUV238.12126.81134.34-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.45%
GREEN value IS 234 (91.80% from 255) = 32.64%
BLUE value IS 236 (92.58% from 255) = 32.91%
R=34.45%
G=32.64%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723423600.050.040.03350.7744.8394.31
HexF7EAEC054315f2d5e
Octal367352354054353755136
Binary1111011111101010111011000101100111010111111011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EAEC; }

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

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

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

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

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

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

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

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