#FBE5ED

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

Shades of Amour #FBE5ED

Tints of Amour #FBE5ED

Color information

#FBE5ED (or 0xFBE5ED) is unknown color: approx Amour. HEX triplet: FB, E5 and ED. RGB value is (251,229,237). Sum of RGB (Red+Green+Blue) = 251+229+237=717 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.01% from 717); Green value is 229 (89.84% from 255 or 31.94% from 717); Blue value is 237 (92.97% from 255 or 33.05% from 717); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE5ED is #041A12. Grayscale: #ECECEC. Windows color (decimal): -268819 or 15590907. OLE color: 15590907.

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

Color convert

RGB251229237-
CMYK00.090.060.02
HSL338.18º73.33%94.12%-
HSV(B)338.18º8.76%98.43%-
XYZ83.0982.6691.7-
YUV236.49128.29138.35-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.01%
GREEN value IS 229 (89.84% from 255) = 31.94%
BLUE value IS 237 (92.97% from 255) = 33.05%
R=35.01%
G=31.94%
B=33.05%

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
Decimal25122923700.090.060.02338.1873.3394.12
HexFBE5ED0962152495e
Octal37334535501162522111136
Binary111110111110010111101101010011101010101001010010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE5ED; }

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

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

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

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

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

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

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

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