#F2E8EC

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

Shades of Amour #F2E8EC

Tints of Amour #F2E8EC

Color information

#F2E8EC (or 0xF2E8EC) is unknown color: approx Amour. HEX triplet: F2, E8 and EC. RGB value is (242,232,236). Sum of RGB (Red+Green+Blue) = 242+232+236=710 (94% of max value = 765). Red value is 242 (94.92% from 255 or 34.08% from 710); Green value is 232 (91.02% from 255 or 32.68% from 710); Blue value is 236 (92.58% from 255 or 33.24% from 710); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E8EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2E8EC is #0D1713. Grayscale: #EBEBEB. Windows color (decimal): -857876 or 15526130. OLE color: 15526130.

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

Color convert

RGB242232236-
CMYK00.040.020.05
HSL336º27.78%92.94%-
HSV(B)336º4.13%94.9%-
XYZ80.6182.6591.06-
YUV235.45128.31132.67-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.08%
GREEN value IS 232 (91.02% from 255) = 32.68%
BLUE value IS 236 (92.58% from 255) = 33.24%
R=34.08%
G=32.68%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223223600.040.020.0533627.7892.94
HexF2E8EC04251501c5d
Octal362350354042552034135
Binary111100101110100011101100010010101101010000111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E8EC; }

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

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

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

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

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

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

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

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