#FFB1B6

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

Shades of Light Pink #FFB1B6

Tints of Light Pink #FFB1B6

Color information

#FFB1B6 (or 0xFFB1B6) is unknown color: approx Light Pink. HEX triplet: FF, B1 and B6. RGB value is (255,177,182). Sum of RGB (Red+Green+Blue) = 255+177+182=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 177 (69.53% from 255 or 28.83% from 614); Blue value is 182 (71.48% from 255 or 29.64% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB1B6 is #004E49. Grayscale: #C8C8C8. Windows color (decimal): -20042 or 11973119. OLE color: 11973119.

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

Color convert

RGB255177182-
CMYK00.310.290
HSL356.15º100%84.71%-
HSV(B)356.15º30.59%100%-
XYZ65.4156.0851.63-
YUV200.89117.34166.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.53%
GREEN value IS 177 (69.53% from 255) = 28.83%
BLUE value IS 182 (71.48% from 255) = 29.64%
R=41.53%
G=28.83%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517718200.310.290356.1510084.71
HexFFB1B601F1D01646455
Octal377261266037350544144125
Binary11111111101100011011011001111111101010110010011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB1B6; }

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

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

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

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

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

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

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

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