#FBE7E9

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

Shades of Amour #FBE7E9

Tints of Amour #FBE7E9

Color information

#FBE7E9 (or 0xFBE7E9) is unknown color: approx Amour. HEX triplet: FB, E7 and E9. RGB value is (251,231,233). Sum of RGB (Red+Green+Blue) = 251+231+233=715 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.10% from 715); Green value is 231 (90.62% from 255 or 32.31% from 715); Blue value is 233 (91.41% from 255 or 32.59% from 715); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE7E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBE7E9 is #041816. Grayscale: #EDEDED. Windows color (decimal): -268311 or 15329275. OLE color: 15329275.

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

Color convert

RGB251231233-
CMYK00.080.070.02
HSL354º71.43%94.51%-
HSV(B)354º7.97%98.43%-
XYZ83.0783.5488.84-
YUV237.21125.63137.84-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.10%
GREEN value IS 231 (90.62% from 255) = 32.31%
BLUE value IS 233 (91.41% from 255) = 32.59%
R=35.10%
G=32.31%
B=32.59%

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
Decimal25123123300.080.070.0235471.4394.51
HexFBE7E90872162475f
Octal37334735101072542107137
Binary111110111110011111101001010001111010110001010001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE7E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE7E9; }

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

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

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

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

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

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

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

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