Shades of Light Pink #FFB1BD
Tints of Light Pink #FFB1BD
RGB
CMYK
RGB Variations
Color information
#FFB1BD (or 0xFFB1BD) is known color: Light Pink. HEX triplet: FF, B1 and BD. RGB value is (255,177,189). Sum of RGB (Red+Green+Blue) = 255+177+189=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 177 (69.53% from 255 or 28.50% from 621); Blue value is 189 (74.22% from 255 or 30.43% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB1BD is #004E42. Grayscale: #C9C9C9. Windows color (decimal): -20035 or 12431871. OLE color: 12431871.
HSL color Cylindrical-coordinate representation of color #FFB1BD: hue angle of 350.77º 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 #FFB1BD is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 189 | - |
| CMYK | 0 | 0.31 | 0.26 | 0 |
| HSL | 350.77º | 1% | 0.85% | - |
| HSV(B) | 350.77º | 0.31% | 1% | - |
| XYZ | 66.15 | 56.38 | 55.54 | - |
| YUV | 201.69 | 120.84 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 189 | 0 | 0.31 | 0.26 | 0 | 350.77 | 1 | 0.85 |
| Hex | FF | B1 | BD | 0 | 1F | 1A | 0 | 15F | 64 | 55 |
| Octal | 377 | 261 | 275 | 0 | 37 | 32 | 0 | 537 | 144 | 125 |
| Binary | 11111111 | 10110001 | 10111101 | 0 | 11111 | 11010 | 0 | 101011111 | 1100100 | 1010101 |
Color Harmonies of #FFB1BD
Complementary color
Monochromatic Colors of #FFB1BD
Black with #FFB1BD
Text Example
Text Example
White with #FFB1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB1BD; }
p { color: rgb(255,177,189); }
H1.HeaderClassName
{
color: #FFB1BD;
}
.AnyTagClassName
{
color: #FFB1BD;
}
</style>
background-color css
<style>
a { background-color: #FFB1BD; }
a { background-color: rgb(255,177,189); }
div.DivClassName
{
background-color: #FFB1BD;
}
.BgClassName
{
background-color: #FFB1BD;
}
</style>
border-color css
<style>
span { border-color: #FFB1BD; }
span { border-color: rgb(255,177,189); }
td.TdClassName
{
border-color: #FFB1BD;
}
.TagClassName
{
border-color: #FFB1BD;
}
</style>