#F5E4E9

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

Shades of Amour #F5E4E9

Tints of Amour #F5E4E9

Color information

#F5E4E9 (or 0xF5E4E9) is unknown color: approx Amour. HEX triplet: F5, E4 and E9. RGB value is (245,228,233). Sum of RGB (Red+Green+Blue) = 245+228+233=706 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.70% from 706); Green value is 228 (89.45% from 255 or 32.29% from 706); Blue value is 233 (91.41% from 255 or 33.00% from 706); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E4E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5E4E9 is #0A1B16. Grayscale: #E9E9E9. Windows color (decimal): -662295 or 15328501. OLE color: 15328501.

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

Color convert

RGB245228233-
CMYK00.070.050.04
HSL342.35º45.95%92.75%-
HSV(B)342.35º6.94%96.08%-
XYZ80.1180.7888.46-
YUV233.65127.63136.09-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.70%
GREEN value IS 228 (89.45% from 255) = 32.29%
BLUE value IS 233 (91.41% from 255) = 33.00%
R=34.70%
G=32.29%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522823300.070.050.04342.3545.9592.75
HexF5E4E907541562e5d
Octal365344351075452656135
Binary11110101111001001110100101111011001010101101011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E4E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E4E9; }

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

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

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

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

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

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

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

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