#F3E5EB

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

Shades of Amour #F3E5EB

Tints of Amour #F3E5EB

Color information

#F3E5EB (or 0xF3E5EB) is unknown color: approx Amour. HEX triplet: F3, E5 and EB. RGB value is (243,229,235). Sum of RGB (Red+Green+Blue) = 243+229+235=707 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.37% from 707); Green value is 229 (89.84% from 255 or 32.39% from 707); Blue value is 235 (92.19% from 255 or 33.24% from 707); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E5EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3E5EB is #0C1A14. Grayscale: #E9E9E9. Windows color (decimal): -793109 or 15459827. OLE color: 15459827.

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

Color convert

RGB243229235-
CMYK00.060.030.05
HSL334.29º36.84%92.55%-
HSV(B)334.29º5.76%95.29%-
XYZ79.9881.0990.03-
YUV233.87128.64134.51-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.37%
GREEN value IS 229 (89.84% from 255) = 32.39%
BLUE value IS 235 (92.19% from 255) = 33.24%
R=34.37%
G=32.39%
B=33.24%

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
Decimal24322923500.060.030.05334.2936.8492.55
HexF3E5EB063514e255d
Octal363345353063551645135
Binary1111001111100101111010110110111011010011101001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3E5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3E5EB; }

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

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

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

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

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

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

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

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