#F2E5EC

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

Shades of Amour #F2E5EC

Tints of Amour #F2E5EC

Color information

#F2E5EC (or 0xF2E5EC) is unknown color: approx Amour. HEX triplet: F2, E5 and EC. RGB value is (242,229,236). Sum of RGB (Red+Green+Blue) = 242+229+236=707 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.23% from 707); Green value is 229 (89.84% from 255 or 32.39% from 707); Blue value is 236 (92.58% from 255 or 33.38% from 707); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E5EC is #0D1A13. Grayscale: #E9E9E9. Windows color (decimal): -858644 or 15525362. OLE color: 15525362.

HSL color Cylindrical-coordinate representation of color #F2E5EC: hue angle of 327.69º degrees, saturation: 0.33, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F2E5EC is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB242229236-
CMYK00.050.020.05
HSL327.69º33.33%92.35%-
HSV(B)327.69º5.37%94.9%-
XYZ79.7880.9790.78-
YUV233.68129.31133.93-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.23%
GREEN value IS 229 (89.84% from 255) = 32.39%
BLUE value IS 236 (92.58% from 255) = 33.38%
R=34.23%
G=32.39%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222923600.050.020.05327.6933.3392.35
HexF2E5EC0525148215c
Octal362345354052551041134
Binary1111001011100101111011000101101011010010001000011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E5EC; }

 p { color: rgb(242,229,236); }

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

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

 a { background-color: rgb(242,229,236); }

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

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

 span { border-color: rgb(242,229,236); }

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