#FFB1BA

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

Shades of Light Pink #FFB1BA

Tints of Light Pink #FFB1BA

Color information

#FFB1BA (or 0xFFB1BA) is unknown color: approx Light Pink. HEX triplet: FF, B1 and BA. RGB value is (255,177,186). Sum of RGB (Red+Green+Blue) = 255+177+186=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 177 (69.53% from 255 or 28.64% from 618); Blue value is 186 (73.05% from 255 or 30.10% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB1BA is #004E45. Grayscale: #C9C9C9. Windows color (decimal): -20038 or 12235263. OLE color: 12235263.

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

Color convert

RGB255177186-
CMYK00.310.270
HSL353.08º100%84.71%-
HSV(B)353.08º30.59%100%-
XYZ65.8356.2553.84-
YUV201.35119.34166.27-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.26%
GREEN value IS 177 (69.53% from 255) = 28.64%
BLUE value IS 186 (73.05% from 255) = 30.10%
R=41.26%
G=28.64%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517718600.310.270353.0810084.71
HexFFB1BA01F1B01616455
Octal377261272037330541144125
Binary11111111101100011011101001111111011010110000111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB1BA; }

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

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

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

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

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

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

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

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