Shades of Light Pink #FFB0B8
Tints of Light Pink #FFB0B8
RGB
CMYK
RGB Variations
Color information
#FFB0B8 (or 0xFFB0B8) is known color: Light Pink. HEX triplet: FF, B0 and B8. RGB value is (255,176,184). Sum of RGB (Red+Green+Blue) = 255+176+184=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 176 (69.14% from 255 or 28.62% from 615); Blue value is 184 (72.27% from 255 or 29.92% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB0B8 is #004F47. Grayscale: #C8C8C8. Windows color (decimal): -20296 or 12103935. OLE color: 12103935.
HSL color Cylindrical-coordinate representation of color #FFB0B8: hue angle of 353.92º 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 #FFB0B8 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 184 | - |
| CMYK | 0 | 0.31 | 0.28 | 0 |
| HSL | 353.92º | 1% | 0.85% | - |
| HSV(B) | 353.92º | 0.31% | 1% | - |
| XYZ | 65.42 | 55.77 | 52.66 | - |
| YUV | 200.53 | 118.67 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 184 | 0 | 0.31 | 0.28 | 0 | 353.92 | 1 | 0.85 |
| Hex | FF | B0 | B8 | 0 | 1F | 1C | 0 | 162 | 64 | 55 |
| Octal | 377 | 260 | 270 | 0 | 37 | 34 | 0 | 542 | 144 | 125 |
| Binary | 11111111 | 10110000 | 10111000 | 0 | 11111 | 11100 | 0 | 101100010 | 1100100 | 1010101 |
Color Harmonies of #FFB0B8
Complementary color
Monochromatic Colors of #FFB0B8
Black with #FFB0B8
Text Example
Text Example
White with #FFB0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB0B8; }
p { color: rgb(255,176,184); }
H1.HeaderClassName
{
color: #FFB0B8;
}
.AnyTagClassName
{
color: #FFB0B8;
}
</style>
background-color css
<style>
a { background-color: #FFB0B8; }
a { background-color: rgb(255,176,184); }
div.DivClassName
{
background-color: #FFB0B8;
}
.BgClassName
{
background-color: #FFB0B8;
}
</style>
border-color css
<style>
span { border-color: #FFB0B8; }
span { border-color: rgb(255,176,184); }
td.TdClassName
{
border-color: #FFB0B8;
}
.TagClassName
{
border-color: #FFB0B8;
}
</style>