Shades of Light Pink #FFB0BE
Tints of Light Pink #FFB0BE
RGB
CMYK
RGB Variations
Color information
#FFB0BE (or 0xFFB0BE) is known color: Light Pink. HEX triplet: FF, B0 and BE. RGB value is (255,176,190). Sum of RGB (Red+Green+Blue) = 255+176+190=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 176 (69.14% from 255 or 28.34% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB0BE is #004F41. Grayscale: #C9C9C9. Windows color (decimal): -20290 or 12497151. OLE color: 12497151.
HSL color Cylindrical-coordinate representation of color #FFB0BE: hue angle of 349.37º 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 #FFB0BE is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 190 | - |
| CMYK | 0 | 0.31 | 0.25 | 0 |
| HSL | 349.37º | 1% | 0.85% | - |
| HSV(B) | 349.37º | 0.31% | 1% | - |
| XYZ | 66.06 | 56.03 | 56.05 | - |
| YUV | 201.22 | 121.67 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 190 | 0 | 0.31 | 0.25 | 0 | 349.37 | 1 | 0.85 |
| Hex | FF | B0 | BE | 0 | 1F | 19 | 0 | 15D | 64 | 55 |
| Octal | 377 | 260 | 276 | 0 | 37 | 31 | 0 | 535 | 144 | 125 |
| Binary | 11111111 | 10110000 | 10111110 | 0 | 11111 | 11001 | 0 | 101011101 | 1100100 | 1010101 |
Color Harmonies of #FFB0BE
Complementary color
Monochromatic Colors of #FFB0BE
Black with #FFB0BE
Text Example
Text Example
White with #FFB0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB0BE; }
p { color: rgb(255,176,190); }
H1.HeaderClassName
{
color: #FFB0BE;
}
.AnyTagClassName
{
color: #FFB0BE;
}
</style>
background-color css
<style>
a { background-color: #FFB0BE; }
a { background-color: rgb(255,176,190); }
div.DivClassName
{
background-color: #FFB0BE;
}
.BgClassName
{
background-color: #FFB0BE;
}
</style>
border-color css
<style>
span { border-color: #FFB0BE; }
span { border-color: rgb(255,176,190); }
td.TdClassName
{
border-color: #FFB0BE;
}
.TagClassName
{
border-color: #FFB0BE;
}
</style>