#FBE4EC

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

Shades of Amour #FBE4EC

Tints of Amour #FBE4EC

Color information

#FBE4EC (or 0xFBE4EC) is unknown color: approx Amour. HEX triplet: FB, E4 and EC. RGB value is (251,228,236). Sum of RGB (Red+Green+Blue) = 251+228+236=715 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.10% from 715); Green value is 228 (89.45% from 255 or 31.89% from 715); Blue value is 236 (92.58% from 255 or 33.01% from 715); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE4EC is #041B13. Grayscale: #EBEBEB. Windows color (decimal): -269076 or 15525115. OLE color: 15525115.

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

Color convert

RGB251228236-
CMYK00.090.060.02
HSL339.13º74.19%93.92%-
HSV(B)339.13º9.16%98.43%-
XYZ82.6782.0590.84-
YUV235.79128.12138.85-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.10%
GREEN value IS 228 (89.45% from 255) = 31.89%
BLUE value IS 236 (92.58% from 255) = 33.01%
R=35.10%
G=31.89%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122823600.090.060.02339.1374.1993.92
HexFBE4EC09621534a5e
Octal37334435401162523112136
Binary111110111110010011101100010011101010101001110010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE4EC; }

 p { color: rgb(251,228,236); }

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

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

 a { background-color: rgb(251,228,236); }

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

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

 span { border-color: rgb(251,228,236); }

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