#F3EBEC

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

Shades of Amour #F3EBEC

Tints of Amour #F3EBEC

Color information

#F3EBEC (or 0xF3EBEC) is unknown color: approx Amour. HEX triplet: F3, EB and EC. RGB value is (243,235,236). Sum of RGB (Red+Green+Blue) = 243+235+236=714 (94% of max value = 765). Red value is 243 (95.31% from 255 or 34.03% from 714); Green value is 235 (92.19% from 255 or 32.91% from 714); Blue value is 236 (92.58% from 255 or 33.05% from 714); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EBEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F3EBEC is #0C1413. Grayscale: #EDEDED. Windows color (decimal): -791572 or 15526899. OLE color: 15526899.

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

Color convert

RGB243235236-
CMYK00.030.030.05
HSL352.5º25%93.73%-
HSV(B)352.5º3.29%95.29%-
XYZ81.8184.5391.36-
YUV237.51127.15131.92-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.03%
GREEN value IS 235 (92.19% from 255) = 32.91%
BLUE value IS 236 (92.58% from 255) = 33.05%
R=34.03%
G=32.91%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24323523600.030.030.05352.52593.73
HexF3EBEC0335160195e
Octal363353354033554031136
Binary11110011111010111110110001111101101100000110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3EBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3EBEC; }

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

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

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

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

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

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

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

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