#F6E4EE

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

Shades of Amour #F6E4EE

Tints of Amour #F6E4EE

Color information

#F6E4EE (or 0xF6E4EE) is unknown color: approx Amour. HEX triplet: F6, E4 and EE. RGB value is (246,228,238). Sum of RGB (Red+Green+Blue) = 246+228+238=712 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.55% from 712); Green value is 228 (89.45% from 255 or 32.02% from 712); Blue value is 238 (93.36% from 255 or 33.43% from 712); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E4EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6E4EE is #091B11. Grayscale: #EAEAEA. Windows color (decimal): -596754 or 15656182. OLE color: 15656182.

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

Color convert

RGB246228238-
CMYK00.070.030.04
HSL326.67º50%92.94%-
HSV(B)326.67º7.32%96.47%-
XYZ81.1881.2592.29-
YUV234.52129.96136.19-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.55%
GREEN value IS 228 (89.45% from 255) = 32.02%
BLUE value IS 238 (93.36% from 255) = 33.43%
R=34.55%
G=32.02%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622823800.070.030.04326.675092.94
HexF6E4EE0734147325d
Octal366344356073450762135
Binary1111011011100100111011100111111001010001111100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E4EE; }

 p { color: rgb(246,228,238); }

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

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

 a { background-color: rgb(246,228,238); }

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

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

 span { border-color: rgb(246,228,238); }

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