Shades of Light Pink #FFB5BB
Tints of Light Pink #FFB5BB
RGB
CMYK
RGB Variations
Color information
#FFB5BB (or 0xFFB5BB) is known color: Light Pink. HEX triplet: FF, B5 and BB. RGB value is (255,181,187). Sum of RGB (Red+Green+Blue) = 255+181+187=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 181 (71.09% from 255 or 29.05% from 623); Blue value is 187 (73.44% from 255 or 30.02% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5BB is #004A44. Grayscale: #CBCBCB. Windows color (decimal): -19013 or 12301823. OLE color: 12301823.
HSL color Cylindrical-coordinate representation of color #FFB5BB: hue angle of 355.14º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFB5BB is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 187 | - |
| CMYK | 0 | 0.29 | 0.27 | 0 |
| HSL | 355.14º | 1% | 0.85% | - |
| HSV(B) | 355.14º | 0.29% | 1% | - |
| XYZ | 66.73 | 57.9 | 54.67 | - |
| YUV | 203.81 | 118.52 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 187 | 0 | 0.29 | 0.27 | 0 | 355.14 | 1 | 0.85 |
| Hex | FF | B5 | BB | 0 | 1D | 1B | 0 | 163 | 64 | 55 |
| Octal | 377 | 265 | 273 | 0 | 35 | 33 | 0 | 543 | 144 | 125 |
| Binary | 11111111 | 10110101 | 10111011 | 0 | 11101 | 11011 | 0 | 101100011 | 1100100 | 1010101 |
Color Harmonies of #FFB5BB
Complementary color
Monochromatic Colors of #FFB5BB
Black with #FFB5BB
Text Example
Text Example
White with #FFB5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5BB; }
p { color: rgb(255,181,187); }
H1.HeaderClassName
{
color: #FFB5BB;
}
.AnyTagClassName
{
color: #FFB5BB;
}
</style>
background-color css
<style>
a { background-color: #FFB5BB; }
a { background-color: rgb(255,181,187); }
div.DivClassName
{
background-color: #FFB5BB;
}
.BgClassName
{
background-color: #FFB5BB;
}
</style>
border-color css
<style>
span { border-color: #FFB5BB; }
span { border-color: rgb(255,181,187); }
td.TdClassName
{
border-color: #FFB5BB;
}
.TagClassName
{
border-color: #FFB5BB;
}
</style>