#FBE5EB

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

Shades of Amour #FBE5EB

Tints of Amour #FBE5EB

Color information

#FBE5EB (or 0xFBE5EB) is unknown color: approx Amour. HEX triplet: FB, E5 and EB. RGB value is (251,229,235). Sum of RGB (Red+Green+Blue) = 251+229+235=715 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.10% from 715); Green value is 229 (89.84% from 255 or 32.03% from 715); Blue value is 235 (92.19% from 255 or 32.87% from 715); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE5EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE5EB is #041A14. Grayscale: #ECECEC. Windows color (decimal): -268821 or 15459835. OLE color: 15459835.

HSL color Cylindrical-coordinate representation of color #FBE5EB: hue angle of 343.64º degrees, saturation: 0.73, 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 #FBE5EB is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB251229235-
CMYK00.090.060.02
HSL343.64º73.33%94.12%-
HSV(B)343.64º8.76%98.43%-
XYZ82.882.5590.17-
YUV236.26127.29138.51-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.10%
GREEN value IS 229 (89.84% from 255) = 32.03%
BLUE value IS 235 (92.19% from 255) = 32.87%
R=35.10%
G=32.03%
B=32.87%

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
Decimal25122923500.090.060.02343.6473.3394.12
HexFBE5EB0962158495e
Octal37334535301162530111136
Binary111110111110010111101011010011101010101100010010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE5EB; }

 p { color: rgb(251,229,235); }

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

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

 a { background-color: rgb(251,229,235); }

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

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

 span { border-color: rgb(251,229,235); }

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