#FBEBEC

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

Shades of Amour #FBEBEC

Tints of Amour #FBEBEC

Color information

#FBEBEC (or 0xFBEBEC) is unknown color: approx Amour. HEX triplet: FB, EB and EC. RGB value is (251,235,236). Sum of RGB (Red+Green+Blue) = 251+235+236=722 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.76% from 722); Green value is 235 (92.19% from 255 or 32.55% from 722); Blue value is 236 (92.58% from 255 or 32.69% from 722); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEBEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEBEC is #041413. Grayscale: #EFEFEF. Windows color (decimal): -267284 or 15526907. OLE color: 15526907.

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

Color convert

RGB251235236-
CMYK00.060.060.02
HSL356.25º66.67%95.29%-
HSV(B)356.25º6.37%98.43%-
XYZ84.6385.9891.49-
YUV239.9125.8135.92-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.76%
GREEN value IS 235 (92.19% from 255) = 32.55%
BLUE value IS 236 (92.58% from 255) = 32.69%
R=34.76%
G=32.55%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123523600.060.060.02356.2566.6795.29
HexFBEBEC0662164435f
Octal3733533540662544103137
Binary11111011111010111110110001101101010110010010000111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEBEC; }

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

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

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

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

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

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

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

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