#F0E5EB

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

Shades of Amour #F0E5EB

Tints of Amour #F0E5EB

Color information

#F0E5EB (or 0xF0E5EB) is unknown color: approx Amour. HEX triplet: F0, E5 and EB. RGB value is (240,229,235). Sum of RGB (Red+Green+Blue) = 240+229+235=704 (93% of max value = 765). Red value is 240 (94.14% from 255 or 34.09% from 704); Green value is 229 (89.84% from 255 or 32.53% from 704); Blue value is 235 (92.19% from 255 or 33.38% from 704); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E5EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0E5EB is #0F1A14. Grayscale: #E8E8E8. Windows color (decimal): -989717 or 15459824. OLE color: 15459824.

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

Color convert

RGB240229235-
CMYK00.050.020.06
HSL327.27º26.83%91.96%-
HSV(B)327.27º4.58%94.12%-
XYZ78.9580.5689.99-
YUV232.97129.14133.01-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.09%
GREEN value IS 229 (89.84% from 255) = 32.53%
BLUE value IS 235 (92.19% from 255) = 33.38%
R=34.09%
G=32.53%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022923500.050.020.06327.2726.8391.96
HexF0E5EB05261471b5c
Octal360345353052650733134
Binary111100001110010111101011010110110101000111110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E5EB; }

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

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

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

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

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

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

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

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