#FBE7EE

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

Shades of Amour #FBE7EE

Tints of Amour #FBE7EE

Color information

#FBE7EE (or 0xFBE7EE) is unknown color: approx Amour. HEX triplet: FB, E7 and EE. RGB value is (251,231,238). Sum of RGB (Red+Green+Blue) = 251+231+238=720 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.86% from 720); Green value is 231 (90.62% from 255 or 32.08% from 720); Blue value is 238 (93.36% from 255 or 33.06% from 720); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE7EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBE7EE is #041811. Grayscale: #EDEDED. Windows color (decimal): -268306 or 15656955. OLE color: 15656955.

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

Color convert

RGB251231238-
CMYK00.080.050.02
HSL339º71.43%94.51%-
HSV(B)339º7.97%98.43%-
XYZ83.7983.8392.65-
YUV237.78128.13137.43-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.86%
GREEN value IS 231 (90.62% from 255) = 32.08%
BLUE value IS 238 (93.36% from 255) = 33.06%
R=34.86%
G=32.08%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123123800.080.050.0233971.4394.51
HexFBE7EE0852153475f
Octal37334735601052523107137
Binary111110111110011111101110010001011010101001110001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE7EE; }

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

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

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

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

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

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

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

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