#F0EAED

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

Shades of Amour #F0EAED

Tints of Amour #F0EAED

Color information

#F0EAED (or 0xF0EAED) is unknown color: approx Amour. HEX triplet: F0, EA and ED. RGB value is (240,234,237). Sum of RGB (Red+Green+Blue) = 240+234+237=711 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.76% from 711); Green value is 234 (91.80% from 255 or 32.91% from 711); Blue value is 237 (92.97% from 255 or 33.33% from 711); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EAED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EAED is #0F1512. Grayscale: #ECECEC. Windows color (decimal): -988435 or 15592176. OLE color: 15592176.

HSL color Cylindrical-coordinate representation of color #F0EAED: hue angle of 330º degrees, saturation: 0.17, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F0EAED is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB240234237-
CMYK00.020.010.06
HSL330º16.67%92.94%-
HSV(B)330º2.5%94.12%-
XYZ80.6483.4991.98-
YUV236.14128.49130.76-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.76%
GREEN value IS 234 (91.80% from 255) = 32.91%
BLUE value IS 237 (92.97% from 255) = 33.33%
R=33.76%
G=32.91%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023423700.020.010.0633016.6792.94
HexF0EAED021614a115d
Octal360352355021651221135
Binary1111000011101010111011010101110101001010100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EAED; }

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

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

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

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

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

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

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

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