Shades of Light Pink #FFB5BA
Tints of Light Pink #FFB5BA
RGB
CMYK
RGB Variations
Color information
#FFB5BA (or 0xFFB5BA) is known color: Light Pink. HEX triplet: FF, B5 and BA. RGB value is (255,181,186). Sum of RGB (Red+Green+Blue) = 255+181+186=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 181 (71.09% from 255 or 29.10% from 622); Blue value is 186 (73.05% from 255 or 29.90% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5BA is #004A45. Grayscale: #CBCBCB. Windows color (decimal): -19014 or 12236287. OLE color: 12236287.
HSL color Cylindrical-coordinate representation of color #FFB5BA: hue angle of 355.95º 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 #FFB5BA is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 186 | - |
| CMYK | 0 | 0.29 | 0.27 | 0 |
| HSL | 355.95º | 1% | 0.85% | - |
| HSV(B) | 355.95º | 0.29% | 1% | - |
| XYZ | 66.63 | 57.85 | 54.11 | - |
| YUV | 203.7 | 118.02 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 186 | 0 | 0.29 | 0.27 | 0 | 355.95 | 1 | 0.85 |
| Hex | FF | B5 | BA | 0 | 1D | 1B | 0 | 164 | 64 | 55 |
| Octal | 377 | 265 | 272 | 0 | 35 | 33 | 0 | 544 | 144 | 125 |
| Binary | 11111111 | 10110101 | 10111010 | 0 | 11101 | 11011 | 0 | 101100100 | 1100100 | 1010101 |
Color Harmonies of #FFB5BA
Complementary color
Monochromatic Colors of #FFB5BA
Black with #FFB5BA
Text Example
Text Example
White with #FFB5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5BA; }
p { color: rgb(255,181,186); }
H1.HeaderClassName
{
color: #FFB5BA;
}
.AnyTagClassName
{
color: #FFB5BA;
}
</style>
background-color css
<style>
a { background-color: #FFB5BA; }
a { background-color: rgb(255,181,186); }
div.DivClassName
{
background-color: #FFB5BA;
}
.BgClassName
{
background-color: #FFB5BA;
}
</style>
border-color css
<style>
span { border-color: #FFB5BA; }
span { border-color: rgb(255,181,186); }
td.TdClassName
{
border-color: #FFB5BA;
}
.TagClassName
{
border-color: #FFB5BA;
}
</style>