#F9EBEC

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

Shades of Amour #F9EBEC

Tints of Amour #F9EBEC

Color information

#F9EBEC (or 0xF9EBEC) is unknown color: approx Amour. HEX triplet: F9, EB and EC. RGB value is (249,235,236). Sum of RGB (Red+Green+Blue) = 249+235+236=720 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.58% from 720); Green value is 235 (92.19% from 255 or 32.64% from 720); Blue value is 236 (92.58% from 255 or 32.78% from 720); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EBEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9EBEC is #061413. Grayscale: #EFEFEF. Windows color (decimal): -398356 or 15526905. OLE color: 15526905.

HSL color Cylindrical-coordinate representation of color #F9EBEC: hue angle of 355.71º degrees, saturation: 0.54, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F9EBEC is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB249235236-
CMYK00.060.050.02
HSL355.71º53.85%94.9%-
HSV(B)355.71º5.62%97.65%-
XYZ83.9285.6191.46-
YUV239.3126.14134.92-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.58%
GREEN value IS 235 (92.19% from 255) = 32.64%
BLUE value IS 236 (92.58% from 255) = 32.78%
R=34.58%
G=32.64%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923523600.060.050.02355.7153.8594.9
HexF9EBEC0652164365f
Octal371353354065254466137
Binary1111100111101011111011000110101101011001001101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EBEC; }

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

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

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

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

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

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

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

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