#FBE9EE

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

Shades of Amour #FBE9EE

Tints of Amour #FBE9EE

Color information

#FBE9EE (or 0xFBE9EE) is unknown color: approx Amour. HEX triplet: FB, E9 and EE. RGB value is (251,233,238). Sum of RGB (Red+Green+Blue) = 251+233+238=722 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.76% from 722); Green value is 233 (91.41% from 255 or 32.27% from 722); Blue value is 238 (93.36% from 255 or 32.96% from 722); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE9EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBE9EE is #041611. Grayscale: #EEEEEE. Windows color (decimal): -267794 or 15657467. OLE color: 15657467.

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

Color convert

RGB251233238-
CMYK00.070.050.02
HSL343.33º69.23%94.9%-
HSV(B)343.33º7.17%98.43%-
XYZ84.3684.9692.84-
YUV238.95127.46136.59-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.76%
GREEN value IS 233 (91.41% from 255) = 32.27%
BLUE value IS 238 (93.36% from 255) = 32.96%
R=34.76%
G=32.27%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123323800.070.050.02343.3369.2394.9
HexFBE9EE0752157455f
Octal3733513560752527105137
Binary11111011111010011110111001111011010101011110001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE9EE; }

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

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

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

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

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

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

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

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