#F5E4EC

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

Shades of Amour #F5E4EC

Tints of Amour #F5E4EC

Color information

#F5E4EC (or 0xF5E4EC) is unknown color: approx Amour. HEX triplet: F5, E4 and EC. RGB value is (245,228,236). Sum of RGB (Red+Green+Blue) = 245+228+236=709 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.56% from 709); Green value is 228 (89.45% from 255 or 32.16% from 709); Blue value is 236 (92.58% from 255 or 33.29% from 709); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5E4EC is #0A1B13. Grayscale: #E9E9E9. Windows color (decimal): -662292 or 15525109. OLE color: 15525109.

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

Color convert

RGB245228236-
CMYK00.070.040.04
HSL331.76º45.95%92.75%-
HSV(B)331.76º6.94%96.08%-
XYZ80.5480.9690.74-
YUV233.99129.13135.85-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.56%
GREEN value IS 228 (89.45% from 255) = 32.16%
BLUE value IS 236 (92.58% from 255) = 33.29%
R=34.56%
G=32.16%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522823600.070.040.04331.7645.9592.75
HexF5E4EC074414c2e5d
Octal365344354074451456135
Binary11110101111001001110110001111001001010011001011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E4EC; }

 p { color: rgb(245,228,236); }

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

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

 a { background-color: rgb(245,228,236); }

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

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

 span { border-color: rgb(245,228,236); }

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