#F3E6EA

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

Shades of Amour #F3E6EA

Tints of Amour #F3E6EA

Color information

#F3E6EA (or 0xF3E6EA) is unknown color: approx Amour. HEX triplet: F3, E6 and EA. RGB value is (243,230,234). Sum of RGB (Red+Green+Blue) = 243+230+234=707 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.37% from 707); Green value is 230 (90.23% from 255 or 32.53% from 707); Blue value is 234 (91.80% from 255 or 33.10% from 707); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E6EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F3E6EA is #0C1915. Grayscale: #EAEAEA. Windows color (decimal): -792854 or 15394547. OLE color: 15394547.

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

Color convert

RGB243230234-
CMYK00.050.040.05
HSL341.54º35.14%92.75%-
HSV(B)341.54º5.35%95.29%-
XYZ80.1181.5989.37-
YUV234.34127.81134.17-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.37%
GREEN value IS 230 (90.23% from 255) = 32.53%
BLUE value IS 234 (91.80% from 255) = 33.10%
R=34.37%
G=32.53%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24323023400.050.040.05341.5435.1492.75
HexF3E6EA0545156235d
Octal363346352054552643135
Binary11110011111001101110101001011001011010101101000111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3E6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3E6EA; }

 p { color: rgb(243,230,234); }

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

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

 a { background-color: rgb(243,230,234); }

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

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

 span { border-color: rgb(243,230,234); }

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