#F3EAED

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

Shades of Amour #F3EAED

Tints of Amour #F3EAED

Color information

#F3EAED (or 0xF3EAED) is unknown color: approx Amour. HEX triplet: F3, EA and ED. RGB value is (243,234,237). Sum of RGB (Red+Green+Blue) = 243+234+237=714 (94% of max value = 765). Red value is 243 (95.31% from 255 or 34.03% from 714); Green value is 234 (91.80% from 255 or 32.77% from 714); Blue value is 237 (92.97% from 255 or 33.19% from 714); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EAED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F3EAED is #0C1512. Grayscale: #EDEDED. Windows color (decimal): -791827 or 15592179. OLE color: 15592179.

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

Color convert

RGB243234237-
CMYK00.040.020.05
HSL340º27.27%93.53%-
HSV(B)340º3.7%95.29%-
XYZ81.6784.0192.03-
YUV237.03127.98132.26-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.03%
GREEN value IS 234 (91.80% from 255) = 32.77%
BLUE value IS 237 (92.97% from 255) = 33.19%
R=34.03%
G=32.77%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24323423700.040.020.0534027.2793.53
HexF3EAED04251541b5e
Octal363352355042552433136
Binary111100111110101011101101010010101101010100110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3EAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3EAED; }

 p { color: rgb(243,234,237); }

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

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

 a { background-color: rgb(243,234,237); }

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

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

 span { border-color: rgb(243,234,237); }

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