Shades of Light Pink #FFB0B6
Tints of Light Pink #FFB0B6
RGB
CMYK
RGB Variations
Color information
#FFB0B6 (or 0xFFB0B6) is known color: Light Pink. HEX triplet: FF, B0 and B6. RGB value is (255,176,182). Sum of RGB (Red+Green+Blue) = 255+176+182=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 176 (69.14% from 255 or 28.71% from 613); Blue value is 182 (71.48% from 255 or 29.69% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB0B6 is #004F49. Grayscale: #C8C8C8. Windows color (decimal): -20298 or 11972863. OLE color: 11972863.
HSL color Cylindrical-coordinate representation of color #FFB0B6: hue angle of 355.44º 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 #FFB0B6 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 182 | - |
| CMYK | 0 | 0.31 | 0.29 | 0 |
| HSL | 355.44º | 1% | 0.85% | - |
| HSV(B) | 355.44º | 0.31% | 1% | - |
| XYZ | 65.21 | 55.69 | 51.57 | - |
| YUV | 200.31 | 117.67 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 182 | 0 | 0.31 | 0.29 | 0 | 355.44 | 1 | 0.85 |
| Hex | FF | B0 | B6 | 0 | 1F | 1D | 0 | 163 | 64 | 55 |
| Octal | 377 | 260 | 266 | 0 | 37 | 35 | 0 | 543 | 144 | 125 |
| Binary | 11111111 | 10110000 | 10110110 | 0 | 11111 | 11101 | 0 | 101100011 | 1100100 | 1010101 |
Color Harmonies of #FFB0B6
Complementary color
Monochromatic Colors of #FFB0B6
Black with #FFB0B6
Text Example
Text Example
White with #FFB0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB0B6; }
p { color: rgb(255,176,182); }
H1.HeaderClassName
{
color: #FFB0B6;
}
.AnyTagClassName
{
color: #FFB0B6;
}
</style>
background-color css
<style>
a { background-color: #FFB0B6; }
a { background-color: rgb(255,176,182); }
div.DivClassName
{
background-color: #FFB0B6;
}
.BgClassName
{
background-color: #FFB0B6;
}
</style>
border-color css
<style>
span { border-color: #FFB0B6; }
span { border-color: rgb(255,176,182); }
td.TdClassName
{
border-color: #FFB0B6;
}
.TagClassName
{
border-color: #FFB0B6;
}
</style>