#F3E5EC

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

Shades of Amour #F3E5EC

Tints of Amour #F3E5EC

Color information

#F3E5EC (or 0xF3E5EC) is unknown color: approx Amour. HEX triplet: F3, E5 and EC. RGB value is (243,229,236). Sum of RGB (Red+Green+Blue) = 243+229+236=708 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.32% from 708); Green value is 229 (89.84% from 255 or 32.34% from 708); Blue value is 236 (92.58% from 255 or 33.33% from 708); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3E5EC is #0C1A13. Grayscale: #E9E9E9. Windows color (decimal): -793108 or 15525363. OLE color: 15525363.

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

Color convert

RGB243229236-
CMYK00.060.030.05
HSL330º36.84%92.55%-
HSV(B)330º5.76%95.29%-
XYZ80.1281.1590.8-
YUV233.98129.14134.43-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.32%
GREEN value IS 229 (89.84% from 255) = 32.34%
BLUE value IS 236 (92.58% from 255) = 33.33%
R=34.32%
G=32.34%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322923600.060.030.0533036.8492.55
HexF3E5EC063514a255d
Octal363345354063551245135
Binary1111001111100101111011000110111011010010101001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3E5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3E5EC; }

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

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

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

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

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

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

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

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