#F5E4EA

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

Shades of Amour #F5E4EA

Tints of Amour #F5E4EA

Color information

#F5E4EA (or 0xF5E4EA) is unknown color: approx Amour. HEX triplet: F5, E4 and EA. RGB value is (245,228,234). Sum of RGB (Red+Green+Blue) = 245+228+234=707 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.65% from 707); Green value is 228 (89.45% from 255 or 32.25% from 707); Blue value is 234 (91.80% from 255 or 33.10% from 707); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E4EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5E4EA is #0A1B15. Grayscale: #E9E9E9. Windows color (decimal): -662294 or 15394037. OLE color: 15394037.

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

Color convert

RGB245228234-
CMYK00.070.040.04
HSL338.82º45.95%92.75%-
HSV(B)338.82º6.94%96.08%-
XYZ80.2580.8489.22-
YUV233.77128.13136.01-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.65%
GREEN value IS 228 (89.45% from 255) = 32.25%
BLUE value IS 234 (91.80% from 255) = 33.10%
R=34.65%
G=32.25%
B=33.10%

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
Decimal24522823400.070.040.04338.8245.9592.75
HexF5E4EA07441532e5d
Octal365344352074452356135
Binary11110101111001001110101001111001001010100111011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E4EA; }

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

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

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

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

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

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

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

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