#F5E5EA

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

Shades of Amour #F5E5EA

Tints of Amour #F5E5EA

Color information

#F5E5EA (or 0xF5E5EA) is unknown color: approx Amour. HEX triplet: F5, E5 and EA. RGB value is (245,229,234). Sum of RGB (Red+Green+Blue) = 245+229+234=708 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.60% from 708); Green value is 229 (89.84% from 255 or 32.34% from 708); Blue value is 234 (91.80% from 255 or 33.05% from 708); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5E5EA is #0A1A15. Grayscale: #EAEAEA. Windows color (decimal): -662038 or 15394293. OLE color: 15394293.

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

Color convert

RGB245229234-
CMYK00.070.040.04
HSL341.25º44.44%92.94%-
HSV(B)341.25º6.53%96.08%-
XYZ80.5381.3989.31-
YUV234.35127.8135.59-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.60%
GREEN value IS 229 (89.84% from 255) = 32.34%
BLUE value IS 234 (91.80% from 255) = 33.05%
R=34.60%
G=32.34%
B=33.05%

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
Decimal24522923400.070.040.04341.2544.4492.94
HexF5E5EA07441552c5d
Octal365345352074452554135
Binary11110101111001011110101001111001001010101011011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E5EA; }

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

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

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

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

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

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

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

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