#FBABB9

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

Shades of Light Pink #FBABB9

Tints of Light Pink #FBABB9

Color information

#FBABB9 (or 0xFBABB9) is unknown color: approx Light Pink. HEX triplet: FB, AB and B9. RGB value is (251,171,185). Sum of RGB (Red+Green+Blue) = 251+171+185=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 171 (67.19% from 255 or 28.17% from 607); Blue value is 185 (72.66% from 255 or 30.48% from 607); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBABB9 is #045446. Grayscale: #C4C4C4. Windows color (decimal): -283719 or 12168187. OLE color: 12168187.

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

Color convert

RGB251171185-
CMYK00.320.260.02
HSL349.5º90.91%82.75%-
HSV(B)349.5º31.87%98.43%-
XYZ63.153.1452.83-
YUV196.52121.5166.86-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.35%
GREEN value IS 171 (67.19% from 255) = 28.17%
BLUE value IS 185 (72.66% from 255) = 30.48%
R=41.35%
G=28.17%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117118500.320.260.02349.590.9182.75
HexFBABB90201A215e5b53
Octal373253271040322536133123
Binary1111101110101011101110010100000110101010101111010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBABB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBABB9; }

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

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

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

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

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

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

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

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