#F2EBEC

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

Shades of Amour #F2EBEC

Tints of Amour #F2EBEC

Color information

#F2EBEC (or 0xF2EBEC) is unknown color: approx Amour. HEX triplet: F2, EB and EC. RGB value is (242,235,236). Sum of RGB (Red+Green+Blue) = 242+235+236=713 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.94% from 713); Green value is 235 (92.19% from 255 or 32.96% from 713); Blue value is 236 (92.58% from 255 or 33.10% from 713); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EBEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EBEC is #0D1413. Grayscale: #EDEDED. Windows color (decimal): -857108 or 15526898. OLE color: 15526898.

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

Color convert

RGB242235236-
CMYK00.030.020.05
HSL351.43º21.21%93.53%-
HSV(B)351.43º2.89%94.9%-
XYZ81.4784.3591.34-
YUV237.21127.32131.42-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.94%
GREEN value IS 235 (92.19% from 255) = 32.96%
BLUE value IS 236 (92.58% from 255) = 33.10%
R=33.94%
G=32.96%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223523600.030.020.05351.4321.2193.53
HexF2EBEC032515f155e
Octal362353354032553725136
Binary11110010111010111110110001110101101011111101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EBEC; }

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

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

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

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

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

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

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

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