#FBE8EA

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

Shades of Amour #FBE8EA

Tints of Amour #FBE8EA

Color information

#FBE8EA (or 0xFBE8EA) is unknown color: approx Amour. HEX triplet: FB, E8 and EA. RGB value is (251,232,234). Sum of RGB (Red+Green+Blue) = 251+232+234=717 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.01% from 717); Green value is 232 (91.02% from 255 or 32.36% from 717); Blue value is 234 (91.80% from 255 or 32.64% from 717); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE8EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBE8EA is #041715. Grayscale: #EDEDED. Windows color (decimal): -268054 or 15395067. OLE color: 15395067.

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

Color convert

RGB251232234-
CMYK00.080.070.02
HSL353.68º70.37%94.71%-
HSV(B)353.68º7.57%98.43%-
XYZ83.4984.1689.69-
YUV237.91125.79137.34-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.01%
GREEN value IS 232 (91.02% from 255) = 32.36%
BLUE value IS 234 (91.80% from 255) = 32.64%
R=35.01%
G=32.36%
B=32.64%

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
Decimal25123223400.080.070.02353.6870.3794.71
HexFBE8EA0872162465f
Octal37335035201072542106137
Binary111110111110100011101010010001111010110001010001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE8EA; }

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

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

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

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

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

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

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

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