#F4E6EC

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

Shades of Amour #F4E6EC

Tints of Amour #F4E6EC

Color information

#F4E6EC (or 0xF4E6EC) is unknown color: approx Amour. HEX triplet: F4, E6 and EC. RGB value is (244,230,236). Sum of RGB (Red+Green+Blue) = 244+230+236=710 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.37% from 710); Green value is 230 (90.23% from 255 or 32.39% from 710); Blue value is 236 (92.58% from 255 or 33.24% from 710); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E6EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4E6EC is #0B1913. Grayscale: #EAEAEA. Windows color (decimal): -727316 or 15525620. OLE color: 15525620.

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

Color convert

RGB244230236-
CMYK00.060.030.04
HSL334.29º38.89%92.94%-
HSV(B)334.29º5.74%95.69%-
XYZ80.7581.8890.91-
YUV234.87128.64134.51-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.37%
GREEN value IS 230 (90.23% from 255) = 32.39%
BLUE value IS 236 (92.58% from 255) = 33.24%
R=34.37%
G=32.39%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24423023600.060.030.04334.2938.8992.94
HexF4E6EC063414e275d
Octal364346354063451647135
Binary1111010011100110111011000110111001010011101001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4E6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4E6EC; }

 p { color: rgb(244,230,236); }

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

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

 a { background-color: rgb(244,230,236); }

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

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

 span { border-color: rgb(244,230,236); }

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