#FBE5EA

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

Shades of Amour #FBE5EA

Tints of Amour #FBE5EA

Color information

#FBE5EA (or 0xFBE5EA) is unknown color: approx Amour. HEX triplet: FB, E5 and EA. RGB value is (251,229,234). Sum of RGB (Red+Green+Blue) = 251+229+234=714 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.15% from 714); Green value is 229 (89.84% from 255 or 32.07% from 714); Blue value is 234 (91.80% from 255 or 32.77% from 714); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE5EA is #041A15. Grayscale: #ECECEC. Windows color (decimal): -268822 or 15394299. OLE color: 15394299.

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

Color convert

RGB251229234-
CMYK00.090.070.02
HSL346.36º73.33%94.12%-
HSV(B)346.36º8.76%98.43%-
XYZ82.6582.4989.41-
YUV236.15126.79138.59-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.15%
GREEN value IS 229 (89.84% from 255) = 32.07%
BLUE value IS 234 (91.80% from 255) = 32.77%
R=35.15%
G=32.07%
B=32.77%

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
Decimal25122923400.090.070.02346.3673.3394.12
HexFBE5EA097215a495e
Octal37334535201172532111136
Binary111110111110010111101010010011111010101101010010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE5EA; }

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

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

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

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

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

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

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

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