Shades of Light Pink #FFB3BC
Tints of Light Pink #FFB3BC
RGB
CMYK
RGB Variations
Color information
#FFB3BC (or 0xFFB3BC) is known color: Light Pink. HEX triplet: FF, B3 and BC. RGB value is (255,179,188). Sum of RGB (Red+Green+Blue) = 255+179+188=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 179 (70.31% from 255 or 28.78% from 622); Blue value is 188 (73.83% from 255 or 30.23% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB3BC is #004C43. Grayscale: #CACACA. Windows color (decimal): -19524 or 12366847. OLE color: 12366847.
HSL color Cylindrical-coordinate representation of color #FFB3BC: hue angle of 352.89º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFB3BC is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 188 | - |
| CMYK | 0 | 0.30 | 0.26 | 0 |
| HSL | 352.89º | 1% | 0.85% | - |
| HSV(B) | 352.89º | 0.3% | 1% | - |
| XYZ | 66.44 | 57.13 | 55.1 | - |
| YUV | 202.75 | 119.68 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 188 | 0 | 0.30 | 0.26 | 0 | 352.89 | 1 | 0.85 |
| Hex | FF | B3 | BC | 0 | 1E | 1A | 0 | 161 | 64 | 55 |
| Octal | 377 | 263 | 274 | 0 | 36 | 32 | 0 | 541 | 144 | 125 |
| Binary | 11111111 | 10110011 | 10111100 | 0 | 11110 | 11010 | 0 | 101100001 | 1100100 | 1010101 |
Color Harmonies of #FFB3BC
Complementary color
Monochromatic Colors of #FFB3BC
Black with #FFB3BC
Text Example
Text Example
White with #FFB3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB3BC; }
p { color: rgb(255,179,188); }
H1.HeaderClassName
{
color: #FFB3BC;
}
.AnyTagClassName
{
color: #FFB3BC;
}
</style>
background-color css
<style>
a { background-color: #FFB3BC; }
a { background-color: rgb(255,179,188); }
div.DivClassName
{
background-color: #FFB3BC;
}
.BgClassName
{
background-color: #FFB3BC;
}
</style>
border-color css
<style>
span { border-color: #FFB3BC; }
span { border-color: rgb(255,179,188); }
td.TdClassName
{
border-color: #FFB3BC;
}
.TagClassName
{
border-color: #FFB3BC;
}
</style>