#F1EAEC

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

Shades of Amour #F1EAEC

Tints of Amour #F1EAEC

Color information

#F1EAEC (or 0xF1EAEC) is unknown color: approx Amour. HEX triplet: F1, EA and EC. RGB value is (241,234,236). Sum of RGB (Red+Green+Blue) = 241+234+236=711 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.90% from 711); Green value is 234 (91.80% from 255 or 32.91% from 711); Blue value is 236 (92.58% from 255 or 33.19% from 711); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EAEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EAEC is #0E1513. Grayscale: #ECECEC. Windows color (decimal): -922900 or 15526641. OLE color: 15526641.

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

Color convert

RGB241234236-
CMYK00.030.020.05
HSL342.86º20%93.14%-
HSV(B)342.86º2.9%94.51%-
XYZ80.8483.691.23-
YUV236.32127.82131.34-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.90%
GREEN value IS 234 (91.80% from 255) = 32.91%
BLUE value IS 236 (92.58% from 255) = 33.19%
R=33.90%
G=32.91%
B=33.19%

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
Decimal24123423600.030.020.05342.862093.14
HexF1EAEC0325157145d
Octal361352354032552724135
Binary11110001111010101110110001110101101010111101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EAEC; }

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

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

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

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

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

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

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

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