Shades of Light Pink #FFB1BA
Tints of Light Pink #FFB1BA
RGB
CMYK
RGB Variations
Color information
#FFB1BA (or 0xFFB1BA) is known color: 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
| RGB | 255 | 177 | 186 | - |
| CMYK | 0 | 0.31 | 0.27 | 0 |
| HSL | 353.08º | 1% | 0.85% | - |
| HSV(B) | 353.08º | 0.31% | 1% | - |
| XYZ | 65.83 | 56.25 | 53.84 | - |
| YUV | 201.35 | 119.34 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 186 | 0 | 0.31 | 0.27 | 0 | 353.08 | 1 | 0.85 |
| Hex | FF | B1 | BA | 0 | 1F | 1B | 0 | 161 | 64 | 55 |
| Octal | 377 | 261 | 272 | 0 | 37 | 33 | 0 | 541 | 144 | 125 |
| Binary | 11111111 | 10110001 | 10111010 | 0 | 11111 | 11011 | 0 | 101100001 | 1100100 | 1010101 |
Color Harmonies of #FFB1BA
Complementary color
Monochromatic Colors of #FFB1BA
Black with #FFB1BA
Text Example
Text Example
White with #FFB1BA
Text Example
Text Example
HTML Codes & Css Web 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>