#FBB1B6

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

Shades of Light Pink #FBB1B6

Tints of Light Pink #FBB1B6

Color information

#FBB1B6 (or 0xFBB1B6) is unknown color: approx Light Pink. HEX triplet: FB, B1 and B6. RGB value is (251,177,182). Sum of RGB (Red+Green+Blue) = 251+177+182=610 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.15% from 610); Green value is 177 (69.53% from 255 or 29.02% from 610); Blue value is 182 (71.48% from 255 or 29.84% from 610); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB1B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB1B6 is #044E49. Grayscale: #C7C7C7. Windows color (decimal): -282186 or 11973115. OLE color: 11973115.

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

Color convert

RGB251177182-
CMYK00.290.270.02
HSL355.95º90.24%83.92%-
HSV(B)355.95º29.48%98.43%-
XYZ63.9555.3351.57-
YUV199.7118.02164.59-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.15%
GREEN value IS 177 (69.53% from 255) = 29.02%
BLUE value IS 182 (71.48% from 255) = 29.84%
R=41.15%
G=29.02%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117718200.290.270.02355.9590.2483.92
HexFBB1B601D1B21645a54
Octal373261266035332544132124
Binary111110111011000110110110011101110111010110010010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB1B6; }

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

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

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

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

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

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

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

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