#FBE8EC

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

Shades of Amour #FBE8EC

Tints of Amour #FBE8EC

Color information

#FBE8EC (or 0xFBE8EC) is unknown color: approx Amour. HEX triplet: FB, E8 and EC. RGB value is (251,232,236). Sum of RGB (Red+Green+Blue) = 251+232+236=719 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.91% from 719); Green value is 232 (91.02% from 255 or 32.27% from 719); Blue value is 236 (92.58% from 255 or 32.82% from 719); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE8EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBE8EC is #041713. Grayscale: #EEEEEE. Windows color (decimal): -268052 or 15526139. OLE color: 15526139.

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

Color convert

RGB251232236-
CMYK00.080.060.02
HSL347.37º70.37%94.71%-
HSV(B)347.37º7.57%98.43%-
XYZ83.7884.2891.21-
YUV238.14126.79137.17-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.91%
GREEN value IS 232 (91.02% from 255) = 32.27%
BLUE value IS 236 (92.58% from 255) = 32.82%
R=34.91%
G=32.27%
B=32.82%

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
Decimal25123223600.080.060.02347.3770.3794.71
HexFBE8EC086215b465f
Octal37335035401062533106137
Binary111110111110100011101100010001101010101101110001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE8EC; }

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

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

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

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

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

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

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

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