Shades of Light Pink #FFB0B2
Tints of Light Pink #FFB0B2
RGB
CMYK
RGB Variations
Color information
#FFB0B2 (or 0xFFB0B2) is known color: Light Pink. HEX triplet: FF, B0 and B2. RGB value is (255,176,178). Sum of RGB (Red+Green+Blue) = 255+176+178=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 176 (69.14% from 255 or 28.90% from 609); Blue value is 178 (69.92% from 255 or 29.23% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB0B2 is #004F4D. Grayscale: #C7C7C7. Windows color (decimal): -20302 or 11710719. OLE color: 11710719.
HSL color Cylindrical-coordinate representation of color #FFB0B2: hue angle of 358.48º 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 #FFB0B2 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 178 | - |
| CMYK | 0 | 0.31 | 0.30 | 0 |
| HSL | 358.48º | 1% | 0.85% | - |
| HSV(B) | 358.48º | 0.31% | 1% | - |
| XYZ | 64.8 | 55.53 | 49.42 | - |
| YUV | 199.85 | 115.67 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 178 | 0 | 0.31 | 0.30 | 0 | 358.48 | 1 | 0.85 |
| Hex | FF | B0 | B2 | 0 | 1F | 1E | 0 | 166 | 64 | 55 |
| Octal | 377 | 260 | 262 | 0 | 37 | 36 | 0 | 546 | 144 | 125 |
| Binary | 11111111 | 10110000 | 10110010 | 0 | 11111 | 11110 | 0 | 101100110 | 1100100 | 1010101 |
Color Harmonies of #FFB0B2
Complementary color
Monochromatic Colors of #FFB0B2
Black with #FFB0B2
Text Example
Text Example
White with #FFB0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB0B2; }
p { color: rgb(255,176,178); }
H1.HeaderClassName
{
color: #FFB0B2;
}
.AnyTagClassName
{
color: #FFB0B2;
}
</style>
background-color css
<style>
a { background-color: #FFB0B2; }
a { background-color: rgb(255,176,178); }
div.DivClassName
{
background-color: #FFB0B2;
}
.BgClassName
{
background-color: #FFB0B2;
}
</style>
border-color css
<style>
span { border-color: #FFB0B2; }
span { border-color: rgb(255,176,178); }
td.TdClassName
{
border-color: #FFB0B2;
}
.TagClassName
{
border-color: #FFB0B2;
}
</style>