Shades of Light Pink #FFB0BD
Tints of Light Pink #FFB0BD
RGB
CMYK
RGB Variations
Color information
#FFB0BD (or 0xFFB0BD) is known color: Light Pink. HEX triplet: FF, B0 and BD. RGB value is (255,176,189). Sum of RGB (Red+Green+Blue) = 255+176+189=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 176 (69.14% from 255 or 28.39% from 620); Blue value is 189 (74.22% from 255 or 30.48% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB0BD is #004F42. Grayscale: #C9C9C9. Windows color (decimal): -20291 or 12431615. OLE color: 12431615.
HSL color Cylindrical-coordinate representation of color #FFB0BD: hue angle of 350.13º 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 #FFB0BD is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 189 | - |
| CMYK | 0 | 0.31 | 0.26 | 0 |
| HSL | 350.13º | 1% | 0.85% | - |
| HSV(B) | 350.13º | 0.31% | 1% | - |
| XYZ | 65.95 | 55.98 | 55.47 | - |
| YUV | 201.1 | 121.17 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 189 | 0 | 0.31 | 0.26 | 0 | 350.13 | 1 | 0.85 |
| Hex | FF | B0 | BD | 0 | 1F | 1A | 0 | 15E | 64 | 55 |
| Octal | 377 | 260 | 275 | 0 | 37 | 32 | 0 | 536 | 144 | 125 |
| Binary | 11111111 | 10110000 | 10111101 | 0 | 11111 | 11010 | 0 | 101011110 | 1100100 | 1010101 |
Color Harmonies of #FFB0BD
Complementary color
Monochromatic Colors of #FFB0BD
Black with #FFB0BD
Text Example
Text Example
White with #FFB0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB0BD; }
p { color: rgb(255,176,189); }
H1.HeaderClassName
{
color: #FFB0BD;
}
.AnyTagClassName
{
color: #FFB0BD;
}
</style>
background-color css
<style>
a { background-color: #FFB0BD; }
a { background-color: rgb(255,176,189); }
div.DivClassName
{
background-color: #FFB0BD;
}
.BgClassName
{
background-color: #FFB0BD;
}
</style>
border-color css
<style>
span { border-color: #FFB0BD; }
span { border-color: rgb(255,176,189); }
td.TdClassName
{
border-color: #FFB0BD;
}
.TagClassName
{
border-color: #FFB0BD;
}
</style>