#F2EAEC

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

Shades of Amour #F2EAEC

Tints of Amour #F2EAEC

Color information

#F2EAEC (or 0xF2EAEC) is unknown color: approx Amour. HEX triplet: F2, EA and EC. RGB value is (242,234,236). Sum of RGB (Red+Green+Blue) = 242+234+236=712 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.99% from 712); Green value is 234 (91.80% from 255 or 32.87% from 712); Blue value is 236 (92.58% from 255 or 33.15% from 712); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EAEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EAEC is #0D1513. Grayscale: #ECECEC. Windows color (decimal): -857364 or 15526642. OLE color: 15526642.

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

Color convert

RGB242234236-
CMYK00.030.020.05
HSL345º23.53%93.33%-
HSV(B)345º3.31%94.9%-
XYZ81.1883.7891.25-
YUV236.62127.65131.84-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.99%
GREEN value IS 234 (91.80% from 255) = 32.87%
BLUE value IS 236 (92.58% from 255) = 33.15%
R=33.99%
G=32.87%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223423600.030.020.0534523.5393.33
HexF2EAEC0325159185d
Octal362352354032553130135
Binary11110010111010101110110001110101101011001110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EAEC; }

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

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

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

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

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

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

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

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