#F5E6EB

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

Shades of Amour #F5E6EB

Tints of Amour #F5E6EB

Color information

#F5E6EB (or 0xF5E6EB) is unknown color: approx Amour. HEX triplet: F5, E6 and EB. RGB value is (245,230,235). Sum of RGB (Red+Green+Blue) = 245+230+235=710 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.51% from 710); Green value is 230 (90.23% from 255 or 32.39% from 710); Blue value is 235 (92.19% from 255 or 33.10% from 710); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E6EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5E6EB is #0A1914. Grayscale: #EBEBEB. Windows color (decimal): -661781 or 15460085. OLE color: 15460085.

HSL color Cylindrical-coordinate representation of color #F5E6EB: hue angle of 340º degrees, saturation: 0.43, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F5E6EB is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB245230235-
CMYK00.060.040.04
HSL340º42.86%93.14%-
HSV(B)340º6.12%96.08%-
XYZ80.958290.16-
YUV235.05127.97135.09-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.51%
GREEN value IS 230 (90.23% from 255) = 32.39%
BLUE value IS 235 (92.19% from 255) = 33.10%
R=34.51%
G=32.39%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523023500.060.040.0434042.8693.14
HexF5E6EB06441542b5d
Octal365346353064452453135
Binary11110101111001101110101101101001001010101001010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E6EB; }

 p { color: rgb(245,230,235); }

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

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

 a { background-color: rgb(245,230,235); }

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

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

 span { border-color: rgb(245,230,235); }

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