#FBE7EA

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

Shades of Amour #FBE7EA

Tints of Amour #FBE7EA

Color information

#FBE7EA (or 0xFBE7EA) is unknown color: approx Amour. HEX triplet: FB, E7 and EA. RGB value is (251,231,234). Sum of RGB (Red+Green+Blue) = 251+231+234=716 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.06% from 716); Green value is 231 (90.62% from 255 or 32.26% from 716); Blue value is 234 (91.80% from 255 or 32.68% from 716); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE7EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBE7EA is #041815. Grayscale: #EDEDED. Windows color (decimal): -268310 or 15394811. OLE color: 15394811.

HSL color Cylindrical-coordinate representation of color #FBE7EA: hue angle of 351º degrees, saturation: 0.71, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FBE7EA is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB251231234-
CMYK00.080.070.02
HSL351º71.43%94.51%-
HSV(B)351º7.97%98.43%-
XYZ83.2183.689.59-
YUV237.32126.13137.76-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.06%
GREEN value IS 231 (90.62% from 255) = 32.26%
BLUE value IS 234 (91.80% from 255) = 32.68%
R=35.06%
G=32.26%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123123400.080.070.0235171.4394.51
HexFBE7EA087215f475f
Octal37334735201072537107137
Binary111110111110011111101010010001111010101111110001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE7EA; }

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

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

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

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

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

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

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

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