#FBB1B9

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

Shades of Light Pink #FBB1B9

Tints of Light Pink #FBB1B9

Color information

#FBB1B9 (or 0xFBB1B9) is unknown color: approx Light Pink. HEX triplet: FB, B1 and B9. RGB value is (251,177,185). Sum of RGB (Red+Green+Blue) = 251+177+185=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 177 (69.53% from 255 or 28.87% from 613); Blue value is 185 (72.66% from 255 or 30.18% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB1B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB1B9 is #044E46. Grayscale: #C8C8C8. Windows color (decimal): -282183 or 12169723. OLE color: 12169723.

HSL color Cylindrical-coordinate representation of color #FBB1B9: hue angle of 353.51º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FBB1B9 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB251177185-
CMYK00.290.260.02
HSL353.51º90.24%83.92%-
HSV(B)353.51º29.48%98.43%-
XYZ64.2655.4653.22-
YUV200.04119.52164.35-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.95%
GREEN value IS 177 (69.53% from 255) = 28.87%
BLUE value IS 185 (72.66% from 255) = 30.18%
R=40.95%
G=28.87%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117718500.290.260.02353.5190.2483.92
HexFBB1B901D1A21625a54
Octal373261271035322542132124
Binary111110111011000110111001011101110101010110001010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB1B9; }

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

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

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

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

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

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

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

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