#F4EBEC

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

Shades of Amour #F4EBEC

Tints of Amour #F4EBEC

Color information

#F4EBEC (or 0xF4EBEC) is unknown color: approx Amour. HEX triplet: F4, EB and EC. RGB value is (244,235,236). Sum of RGB (Red+Green+Blue) = 244+235+236=715 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.13% from 715); Green value is 235 (92.19% from 255 or 32.87% from 715); Blue value is 236 (92.58% from 255 or 33.01% from 715); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EBEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4EBEC is #0B1413. Grayscale: #EDEDED. Windows color (decimal): -726036 or 15526900. OLE color: 15526900.

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

Color convert

RGB244235236-
CMYK00.040.030.04
HSL353.33º29.03%93.92%-
HSV(B)353.33º3.69%95.69%-
XYZ82.1684.7191.38-
YUV237.8126.98132.42-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.13%
GREEN value IS 235 (92.19% from 255) = 32.87%
BLUE value IS 236 (92.58% from 255) = 33.01%
R=34.13%
G=32.87%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24423523600.040.030.04353.3329.0393.92
HexF4EBEC04341611d5e
Octal364353354043454135136
Binary111101001110101111101100010011100101100001111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4EBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4EBEC; }

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

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

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

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

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

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

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

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