Shades of Light Pink #FFB0BF
Tints of Light Pink #FFB0BF
RGB
CMYK
RGB Variations
Color information
#FFB0BF (or 0xFFB0BF) is known color: Light Pink. HEX triplet: FF, B0 and BF. RGB value is (255,176,191). Sum of RGB (Red+Green+Blue) = 255+176+191=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 176 (69.14% from 255 or 28.30% from 622); Blue value is 191 (75% from 255 or 30.71% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB0BF is #004F40. Grayscale: #C9C9C9. Windows color (decimal): -20289 or 12562687. OLE color: 12562687.
HSL color Cylindrical-coordinate representation of color #FFB0BF: hue angle of 348.61º 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 #FFB0BF is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 191 | - |
| CMYK | 0 | 0.31 | 0.25 | 0 |
| HSL | 348.61º | 1% | 0.85% | - |
| HSV(B) | 348.61º | 0.31% | 1% | - |
| XYZ | 66.17 | 56.07 | 56.63 | - |
| YUV | 201.33 | 122.17 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 191 | 0 | 0.31 | 0.25 | 0 | 348.61 | 1 | 0.85 |
| Hex | FF | B0 | BF | 0 | 1F | 19 | 0 | 15D | 64 | 55 |
| Octal | 377 | 260 | 277 | 0 | 37 | 31 | 0 | 535 | 144 | 125 |
| Binary | 11111111 | 10110000 | 10111111 | 0 | 11111 | 11001 | 0 | 101011101 | 1100100 | 1010101 |
Color Harmonies of #FFB0BF
Complementary color
Monochromatic Colors of #FFB0BF
Black with #FFB0BF
Text Example
Text Example
White with #FFB0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB0BF; }
p { color: rgb(255,176,191); }
H1.HeaderClassName
{
color: #FFB0BF;
}
.AnyTagClassName
{
color: #FFB0BF;
}
</style>
background-color css
<style>
a { background-color: #FFB0BF; }
a { background-color: rgb(255,176,191); }
div.DivClassName
{
background-color: #FFB0BF;
}
.BgClassName
{
background-color: #FFB0BF;
}
</style>
border-color css
<style>
span { border-color: #FFB0BF; }
span { border-color: rgb(255,176,191); }
td.TdClassName
{
border-color: #FFB0BF;
}
.TagClassName
{
border-color: #FFB0BF;
}
</style>