#F6E3EC

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

Shades of Amour #F6E3EC

Tints of Amour #F6E3EC

Color information

#F6E3EC (or 0xF6E3EC) is unknown color: approx Amour. HEX triplet: F6, E3 and EC. RGB value is (246,227,236). Sum of RGB (Red+Green+Blue) = 246+227+236=709 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.70% from 709); Green value is 227 (89.06% from 255 or 32.02% from 709); Blue value is 236 (92.58% from 255 or 33.29% from 709); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6E3EC is #091C13. Grayscale: #E9E9E9. Windows color (decimal): -597012 or 15524854. OLE color: 15524854.

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

Color convert

RGB246227236-
CMYK00.080.040.04
HSL331.58º51.35%92.75%-
HSV(B)331.58º7.72%96.47%-
XYZ80.6280.5990.66-
YUV233.71129.29136.77-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.70%
GREEN value IS 227 (89.06% from 255) = 32.02%
BLUE value IS 236 (92.58% from 255) = 33.29%
R=34.70%
G=32.02%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622723600.080.040.04331.5851.3592.75
HexF6E3EC084414c335d
Octal3663433540104451463135
Binary111101101110001111101100010001001001010011001100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E3EC; }

 p { color: rgb(246,227,236); }

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

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

 a { background-color: rgb(246,227,236); }

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

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

 span { border-color: rgb(246,227,236); }

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