#F6EBEC

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

Shades of Amour #F6EBEC

Tints of Amour #F6EBEC

Color information

#F6EBEC (or 0xF6EBEC) is unknown color: approx Amour. HEX triplet: F6, EB and EC. RGB value is (246,235,236). Sum of RGB (Red+Green+Blue) = 246+235+236=717 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.31% from 717); Green value is 235 (92.19% from 255 or 32.78% from 717); Blue value is 236 (92.58% from 255 or 32.91% from 717); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EBEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6EBEC is #091413. Grayscale: #EEEEEE. Windows color (decimal): -594964 or 15526902. OLE color: 15526902.

HSL color Cylindrical-coordinate representation of color #F6EBEC: hue angle of 354.55º degrees, saturation: 0.38, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F6EBEC is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB246235236-
CMYK00.040.040.04
HSL354.55º37.93%94.31%-
HSV(B)354.55º4.47%96.47%-
XYZ82.8585.0791.41-
YUV238.4126.64133.42-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.31%
GREEN value IS 235 (92.19% from 255) = 32.78%
BLUE value IS 236 (92.58% from 255) = 32.91%
R=34.31%
G=32.78%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623523600.040.040.04354.5537.9394.31
HexF6EBEC0444163265e
Octal366353354044454346136
Binary11110110111010111110110001001001001011000111001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6EBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6EBEC; }

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

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

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

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

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

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

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

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