#F6E5EA

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

Shades of Amour #F6E5EA

Tints of Amour #F6E5EA

Color information

#F6E5EA (or 0xF6E5EA) is unknown color: approx Amour. HEX triplet: F6, E5 and EA. RGB value is (246,229,234). Sum of RGB (Red+Green+Blue) = 246+229+234=709 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.70% from 709); Green value is 229 (89.84% from 255 or 32.30% from 709); Blue value is 234 (91.80% from 255 or 33.00% from 709); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6E5EA is #091A15. Grayscale: #EAEAEA. Windows color (decimal): -596502 or 15394294. OLE color: 15394294.

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

Color convert

RGB246229234-
CMYK00.070.050.04
HSL342.35º48.57%93.14%-
HSV(B)342.35º6.91%96.47%-
XYZ80.8881.5789.32-
YUV234.65127.63136.09-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.70%
GREEN value IS 229 (89.84% from 255) = 32.30%
BLUE value IS 234 (91.80% from 255) = 33.00%
R=34.70%
G=32.30%
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
Decimal24622923400.070.050.04342.3548.5793.14
HexF6E5EA0754156315d
Octal366345352075452661135
Binary11110110111001011110101001111011001010101101100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E5EA; }

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

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

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

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

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

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

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

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