#FBABB7

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

Shades of Light Pink #FBABB7

Tints of Light Pink #FBABB7

Color information

#FBABB7 (or 0xFBABB7) is unknown color: approx Light Pink. HEX triplet: FB, AB and B7. RGB value is (251,171,183). Sum of RGB (Red+Green+Blue) = 251+171+183=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 171 (67.19% from 255 or 28.26% from 605); Blue value is 183 (71.88% from 255 or 30.25% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBABB7 is #045448. Grayscale: #C4C4C4. Windows color (decimal): -283721 or 12037115. OLE color: 12037115.

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

Color convert

RGB251171183-
CMYK00.320.270.02
HSL351º90.91%82.75%-
HSV(B)351º31.87%98.43%-
XYZ62.8953.0551.73-
YUV196.29120.5167.02-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.49%
GREEN value IS 171 (67.19% from 255) = 28.26%
BLUE value IS 183 (71.88% from 255) = 30.25%
R=41.49%
G=28.26%
B=30.25%

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
Decimal25117118300.320.270.0235190.9182.75
HexFBABB70201B215f5b53
Octal373253267040332537133123
Binary1111101110101011101101110100000110111010101111110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBABB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBABB7; }

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

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

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

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

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

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

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

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