#F0EAEB

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

Shades of Amour #F0EAEB

Tints of Amour #F0EAEB

Color information

#F0EAEB (or 0xF0EAEB) is unknown color: approx Amour. HEX triplet: F0, EA and EB. RGB value is (240,234,235). Sum of RGB (Red+Green+Blue) = 240+234+235=709 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.85% from 709); Green value is 234 (91.80% from 255 or 33.00% from 709); Blue value is 235 (92.19% from 255 or 33.15% from 709); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EAEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EAEB is #0F1514. Grayscale: #EBEBEB. Windows color (decimal): -988437 or 15461104. OLE color: 15461104.

HSL color Cylindrical-coordinate representation of color #F0EAEB: hue angle of 350º 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 #F0EAEB is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB240234235-
CMYK00.020.020.06
HSL350º16.67%92.94%-
HSV(B)350º2.5%94.12%-
XYZ80.3583.3790.45-
YUV235.91127.49130.92-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.85%
GREEN value IS 234 (91.80% from 255) = 33.00%
BLUE value IS 235 (92.19% from 255) = 33.15%
R=33.85%
G=33.00%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023423500.020.020.0635016.6792.94
HexF0EAEB022615e115d
Octal360352353022653621135
Binary11110000111010101110101101010110101011110100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EAEB; }

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

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

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

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

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

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

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

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