#F2E8EA

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

Shades of Amour #F2E8EA

Tints of Amour #F2E8EA

Color information

#F2E8EA (or 0xF2E8EA) is unknown color: approx Amour. HEX triplet: F2, E8 and EA. RGB value is (242,232,234). Sum of RGB (Red+Green+Blue) = 242+232+234=708 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.18% from 708); Green value is 232 (91.02% from 255 or 32.77% from 708); Blue value is 234 (91.80% from 255 or 33.05% from 708); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E8EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2E8EA is #0D1715. Grayscale: #EBEBEB. Windows color (decimal): -857878 or 15395058. OLE color: 15395058.

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

Color convert

RGB242232234-
CMYK00.040.030.05
HSL348º27.78%92.94%-
HSV(B)348º4.13%94.9%-
XYZ80.3382.5389.54-
YUV235.22127.31132.84-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.18%
GREEN value IS 232 (91.02% from 255) = 32.77%
BLUE value IS 234 (91.80% from 255) = 33.05%
R=34.18%
G=32.77%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223223400.040.030.0534827.7892.94
HexF2E8EA043515c1c5d
Octal362350352043553434135
Binary111100101110100011101010010011101101011100111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E8EA; }

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

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

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

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

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

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

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

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