#F0E7EC

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

Shades of Amour #F0E7EC

Tints of Amour #F0E7EC

Color information

#F0E7EC (or 0xF0E7EC) is unknown color: approx Amour. HEX triplet: F0, E7 and EC. RGB value is (240,231,236). Sum of RGB (Red+Green+Blue) = 240+231+236=707 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.95% from 707); Green value is 231 (90.62% from 255 or 32.67% from 707); Blue value is 236 (92.58% from 255 or 33.38% from 707); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E7EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0E7EC is #0F1813. Grayscale: #EAEAEA. Windows color (decimal): -989204 or 15525872. OLE color: 15525872.

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

Color convert

RGB240231236-
CMYK00.040.020.06
HSL326.67º23.08%92.35%-
HSV(B)326.67º3.75%94.12%-
XYZ79.6581.7390.93-
YUV234.26128.98132.09-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.95%
GREEN value IS 231 (90.62% from 255) = 32.67%
BLUE value IS 236 (92.58% from 255) = 33.38%
R=33.95%
G=32.67%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023123600.040.020.06326.6723.0892.35
HexF0E7EC0426147175c
Octal360347354042650727134
Binary111100001110011111101100010010110101000111101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E7EC; }

 p { color: rgb(240,231,236); }

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

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

 a { background-color: rgb(240,231,236); }

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

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

 span { border-color: rgb(240,231,236); }

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