#FBE7EB

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

Shades of Amour #FBE7EB

Tints of Amour #FBE7EB

Color information

#FBE7EB (or 0xFBE7EB) is unknown color: approx Amour. HEX triplet: FB, E7 and EB. RGB value is (251,231,235). Sum of RGB (Red+Green+Blue) = 251+231+235=717 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.01% from 717); Green value is 231 (90.62% from 255 or 32.22% from 717); Blue value is 235 (92.19% from 255 or 32.78% from 717); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE7EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBE7EB is #041814. Grayscale: #EDEDED. Windows color (decimal): -268309 or 15460347. OLE color: 15460347.

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

Color convert

RGB251231235-
CMYK00.080.060.02
HSL348º71.43%94.51%-
HSV(B)348º7.97%98.43%-
XYZ83.3583.6690.35-
YUV237.44126.63137.67-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.01%
GREEN value IS 231 (90.62% from 255) = 32.22%
BLUE value IS 235 (92.19% from 255) = 32.78%
R=35.01%
G=32.22%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123123500.080.060.0234871.4394.51
HexFBE7EB086215c475f
Octal37334735301062534107137
Binary111110111110011111101011010001101010101110010001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE7EB; }

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

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

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

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

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

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

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

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