#FBE5E9

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

Shades of Amour #FBE5E9

Tints of Amour #FBE5E9

Color information

#FBE5E9 (or 0xFBE5E9) is unknown color: approx Amour. HEX triplet: FB, E5 and E9. RGB value is (251,229,233). Sum of RGB (Red+Green+Blue) = 251+229+233=713 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.20% from 713); Green value is 229 (89.84% from 255 or 32.12% from 713); Blue value is 233 (91.41% from 255 or 32.68% from 713); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE5E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE5E9 is #041A16. Grayscale: #ECECEC. Windows color (decimal): -268823 or 15328763. OLE color: 15328763.

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

Color convert

RGB251229233-
CMYK00.090.070.02
HSL349.09º73.33%94.12%-
HSV(B)349.09º8.76%98.43%-
XYZ82.5182.4388.65-
YUV236.03126.29138.67-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.20%
GREEN value IS 229 (89.84% from 255) = 32.12%
BLUE value IS 233 (91.41% from 255) = 32.68%
R=35.20%
G=32.12%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122923300.090.070.02349.0973.3394.12
HexFBE5E9097215d495e
Octal37334535101172535111136
Binary111110111110010111101001010011111010101110110010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE5E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE5E9; }

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

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

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

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

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

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

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

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