Shades of Light Pink #FFB3B6
Tints of Light Pink #FFB3B6
RGB
CMYK
RGB Variations
Color information
#FFB3B6 (or 0xFFB3B6) is known color: Light Pink. HEX triplet: FF, B3 and B6. RGB value is (255,179,182). Sum of RGB (Red+Green+Blue) = 255+179+182=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 179 (70.31% from 255 or 29.06% from 616); Blue value is 182 (71.48% from 255 or 29.55% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB3B6 is #004C49. Grayscale: #CACACA. Windows color (decimal): -19530 or 11973631. OLE color: 11973631.
HSL color Cylindrical-coordinate representation of color #FFB3B6: hue angle of 357.63º 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 #FFB3B6 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 182 | - |
| CMYK | 0 | 0.30 | 0.29 | 0 |
| HSL | 357.63º | 1% | 0.85% | - |
| HSV(B) | 357.63º | 0.3% | 1% | - |
| XYZ | 65.8 | 56.88 | 51.77 | - |
| YUV | 202.07 | 116.68 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 182 | 0 | 0.30 | 0.29 | 0 | 357.63 | 1 | 0.85 |
| Hex | FF | B3 | B6 | 0 | 1E | 1D | 0 | 166 | 64 | 55 |
| Octal | 377 | 263 | 266 | 0 | 36 | 35 | 0 | 546 | 144 | 125 |
| Binary | 11111111 | 10110011 | 10110110 | 0 | 11110 | 11101 | 0 | 101100110 | 1100100 | 1010101 |
Color Harmonies of #FFB3B6
Complementary color
Monochromatic Colors of #FFB3B6
Black with #FFB3B6
Text Example
Text Example
White with #FFB3B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB3B6; }
p { color: rgb(255,179,182); }
H1.HeaderClassName
{
color: #FFB3B6;
}
.AnyTagClassName
{
color: #FFB3B6;
}
</style>
background-color css
<style>
a { background-color: #FFB3B6; }
a { background-color: rgb(255,179,182); }
div.DivClassName
{
background-color: #FFB3B6;
}
.BgClassName
{
background-color: #FFB3B6;
}
</style>
border-color css
<style>
span { border-color: #FFB3B6; }
span { border-color: rgb(255,179,182); }
td.TdClassName
{
border-color: #FFB3B6;
}
.TagClassName
{
border-color: #FFB3B6;
}
</style>