#FBABB6

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

Shades of Light Pink #FBABB6

Tints of Light Pink #FBABB6

Color information

#FBABB6 (or 0xFBABB6) is unknown color: approx Light Pink. HEX triplet: FB, AB and B6. RGB value is (251,171,182). Sum of RGB (Red+Green+Blue) = 251+171+182=604 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.56% from 604); Green value is 171 (67.19% from 255 or 28.31% from 604); Blue value is 182 (71.48% from 255 or 30.13% from 604); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBABB6 is #045449. Grayscale: #C4C4C4. Windows color (decimal): -283722 or 11971579. OLE color: 11971579.

HSL color Cylindrical-coordinate representation of color #FBABB6: hue angle of 351.75º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBABB6 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB251171182-
CMYK00.320.270.02
HSL351.75º90.91%82.75%-
HSV(B)351.75º31.87%98.43%-
XYZ62.7953.0151.18-
YUV196.17120167.11-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.56%
GREEN value IS 171 (67.19% from 255) = 28.31%
BLUE value IS 182 (71.48% from 255) = 30.13%
R=41.56%
G=28.31%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117118200.320.270.02351.7590.9182.75
HexFBABB60201B21605b53
Octal373253266040332540133123
Binary1111101110101011101101100100000110111010110000010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBABB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBABB6; }

 p { color: rgb(251,171,182); }

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

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

 a { background-color: rgb(251,171,182); }

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

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

 span { border-color: rgb(251,171,182); }

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