#FBE4ED

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

Shades of Amour #FBE4ED

Tints of Amour #FBE4ED

Color information

#FBE4ED (or 0xFBE4ED) is unknown color: approx Amour. HEX triplet: FB, E4 and ED. RGB value is (251,228,237). Sum of RGB (Red+Green+Blue) = 251+228+237=716 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.06% from 716); Green value is 228 (89.45% from 255 or 31.84% from 716); Blue value is 237 (92.97% from 255 or 33.10% from 716); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE4ED is #041B12. Grayscale: #EBEBEB. Windows color (decimal): -269075 or 15590651. OLE color: 15590651.

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

Color convert

RGB251228237-
CMYK00.090.060.02
HSL336.52º74.19%93.92%-
HSV(B)336.52º9.16%98.43%-
XYZ82.8182.1191.6-
YUV235.9128.62138.77-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.06%
GREEN value IS 228 (89.45% from 255) = 31.84%
BLUE value IS 237 (92.97% from 255) = 33.10%
R=35.06%
G=31.84%
B=33.10%

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
Decimal25122823700.090.060.02336.5274.1993.92
HexFBE4ED09621514a5e
Octal37334435501162521112136
Binary111110111110010011101101010011101010101000110010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE4ED; }

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

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

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

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

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

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

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

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