Shades of Light Pink #FFB6BC
Tints of Light Pink #FFB6BC
RGB
CMYK
RGB Variations
Color information
#FFB6BC (or 0xFFB6BC) is known color: Light Pink. HEX triplet: FF, B6 and BC. RGB value is (255,182,188). Sum of RGB (Red+Green+Blue) = 255+182+188=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 182 (71.48% from 255 or 29.12% from 625); Blue value is 188 (73.83% from 255 or 30.08% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6BC is #004943. Grayscale: #CCCCCC. Windows color (decimal): -18756 or 12367615. OLE color: 12367615.
HSL color Cylindrical-coordinate representation of color #FFB6BC: hue angle of 355.07º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFB6BC is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 188 | - |
| CMYK | 0 | 0.29 | 0.26 | 0 |
| HSL | 355.07º | 1% | 0.86% | - |
| HSV(B) | 355.07º | 0.29% | 1% | - |
| XYZ | 67.05 | 58.35 | 55.31 | - |
| YUV | 204.51 | 118.68 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 188 | 0 | 0.29 | 0.26 | 0 | 355.07 | 1 | 0.86 |
| Hex | FF | B6 | BC | 0 | 1D | 1A | 0 | 163 | 64 | 56 |
| Octal | 377 | 266 | 274 | 0 | 35 | 32 | 0 | 543 | 144 | 126 |
| Binary | 11111111 | 10110110 | 10111100 | 0 | 11101 | 11010 | 0 | 101100011 | 1100100 | 1010110 |
Color Harmonies of #FFB6BC
Complementary color
Monochromatic Colors of #FFB6BC
Black with #FFB6BC
Text Example
Text Example
White with #FFB6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB6BC; }
p { color: rgb(255,182,188); }
H1.HeaderClassName
{
color: #FFB6BC;
}
.AnyTagClassName
{
color: #FFB6BC;
}
</style>
background-color css
<style>
a { background-color: #FFB6BC; }
a { background-color: rgb(255,182,188); }
div.DivClassName
{
background-color: #FFB6BC;
}
.BgClassName
{
background-color: #FFB6BC;
}
</style>
border-color css
<style>
span { border-color: #FFB6BC; }
span { border-color: rgb(255,182,188); }
td.TdClassName
{
border-color: #FFB6BC;
}
.TagClassName
{
border-color: #FFB6BC;
}
</style>