#FFB1BB

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

Shades of Light Pink #FFB1BB

Tints of Light Pink #FFB1BB

Color information

#FFB1BB (or 0xFFB1BB) is unknown color: approx Light Pink. HEX triplet: FF, B1 and BB. RGB value is (255,177,187). Sum of RGB (Red+Green+Blue) = 255+177+187=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 177 (69.53% from 255 or 28.59% from 619); Blue value is 187 (73.44% from 255 or 30.21% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB1BB is #004E44. Grayscale: #C9C9C9. Windows color (decimal): -20037 or 12300799. OLE color: 12300799.

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

Color convert

RGB255177187-
CMYK00.310.270
HSL352.31º100%84.71%-
HSV(B)352.31º30.59%100%-
XYZ65.9356.2954.4-
YUV201.46119.84166.19-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.20%
GREEN value IS 177 (69.53% from 255) = 28.59%
BLUE value IS 187 (73.44% from 255) = 30.21%
R=41.20%
G=28.59%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517718700.310.270352.3110084.71
HexFFB1BB01F1B01606455
Octal377261273037330540144125
Binary11111111101100011011101101111111011010110000011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB1BB; }

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

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

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

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

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

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

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

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