#FFB1B2

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

Shades of Light Pink #FFB1B2

Tints of Light Pink #FFB1B2

Color information

#FFB1B2 (or 0xFFB1B2) is unknown color: approx Light Pink. HEX triplet: FF, B1 and B2. RGB value is (255,177,178). Sum of RGB (Red+Green+Blue) = 255+177+178=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 177 (69.53% from 255 or 29.02% from 610); Blue value is 178 (69.92% from 255 or 29.18% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB1B2 is #004E4D. Grayscale: #C8C8C8. Windows color (decimal): -20046 or 11710975. OLE color: 11710975.

HSL color Cylindrical-coordinate representation of color #FFB1B2: hue angle of 359.23º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFB1B2 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.

Color convert

RGB255177178-
CMYK00.310.300
HSL359.23º100%84.71%-
HSV(B)359.23º30.59%100%-
XYZ6555.9249.49-
YUV200.44115.34166.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.80%
GREEN value IS 177 (69.53% from 255) = 29.02%
BLUE value IS 178 (69.92% from 255) = 29.18%
R=41.80%
G=29.02%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517717800.310.300359.2310084.71
HexFFB1B201F1E01676455
Octal377261262037360547144125
Binary11111111101100011011001001111111110010110011111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB1B2; }

 p { color: rgb(255,177,178); }

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

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

 a { background-color: rgb(255,177,178); }

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

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

 span { border-color: rgb(255,177,178); }

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