#FFEBEC

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

Shades of Amour #FFEBEC

Tints of Amour #FFEBEC

Color information

#FFEBEC (or 0xFFEBEC) is unknown color: approx Amour. HEX triplet: FF, EB and EC. RGB value is (255,235,236). Sum of RGB (Red+Green+Blue) = 255+235+236=726 (96% of max value = 765). Red value is 255 (100% from 255 or 35.12% from 726); Green value is 235 (92.19% from 255 or 32.37% from 726); Blue value is 236 (92.58% from 255 or 32.51% from 726); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEBEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEBEC is #001413. Grayscale: #F1F1F1. Windows color (decimal): -5140 or 15526911. OLE color: 15526911.

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

Color convert

RGB255235236-
CMYK00.080.070
HSL357º100%96.08%-
HSV(B)357º7.84%100%-
XYZ86.0986.7391.56-
YUV241.09125.13137.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.12%
GREEN value IS 235 (92.19% from 255) = 32.37%
BLUE value IS 236 (92.58% from 255) = 32.51%
R=35.12%
G=32.37%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523523600.080.07035710096.08
HexFFEBEC08701656460
Octal37735335401070545144140
Binary11111111111010111110110001000111010110010111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEBEC; }

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

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

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

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

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

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

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

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