Shades of Light Pink #FFB6BD
Tints of Light Pink #FFB6BD
RGB
CMYK
RGB Variations
Color information
#FFB6BD (or 0xFFB6BD) is known color: Light Pink. HEX triplet: FF, B6 and BD. RGB value is (255,182,189). Sum of RGB (Red+Green+Blue) = 255+182+189=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 182 (71.48% from 255 or 29.07% from 626); Blue value is 189 (74.22% from 255 or 30.19% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6BD is #004942. Grayscale: #CCCCCC. Windows color (decimal): -18755 or 12433151. OLE color: 12433151.
HSL color Cylindrical-coordinate representation of color #FFB6BD: hue angle of 354.25º 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 #FFB6BD is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 189 | - |
| CMYK | 0 | 0.29 | 0.26 | 0 |
| HSL | 354.25º | 1% | 0.86% | - |
| HSV(B) | 354.25º | 0.29% | 1% | - |
| XYZ | 67.15 | 58.39 | 55.88 | - |
| YUV | 204.63 | 119.18 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 189 | 0 | 0.29 | 0.26 | 0 | 354.25 | 1 | 0.86 |
| Hex | FF | B6 | BD | 0 | 1D | 1A | 0 | 162 | 64 | 56 |
| Octal | 377 | 266 | 275 | 0 | 35 | 32 | 0 | 542 | 144 | 126 |
| Binary | 11111111 | 10110110 | 10111101 | 0 | 11101 | 11010 | 0 | 101100010 | 1100100 | 1010110 |
Color Harmonies of #FFB6BD
Complementary color
Monochromatic Colors of #FFB6BD
Black with #FFB6BD
Text Example
Text Example
White with #FFB6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB6BD; }
p { color: rgb(255,182,189); }
H1.HeaderClassName
{
color: #FFB6BD;
}
.AnyTagClassName
{
color: #FFB6BD;
}
</style>
background-color css
<style>
a { background-color: #FFB6BD; }
a { background-color: rgb(255,182,189); }
div.DivClassName
{
background-color: #FFB6BD;
}
.BgClassName
{
background-color: #FFB6BD;
}
</style>
border-color css
<style>
span { border-color: #FFB6BD; }
span { border-color: rgb(255,182,189); }
td.TdClassName
{
border-color: #FFB6BD;
}
.TagClassName
{
border-color: #FFB6BD;
}
</style>