Shades of Light Pink #FFB2BA
Tints of Light Pink #FFB2BA
RGB
CMYK
RGB Variations
Color information
#FFB2BA (or 0xFFB2BA) is known color: Light Pink. HEX triplet: FF, B2 and BA. RGB value is (255,178,186). Sum of RGB (Red+Green+Blue) = 255+178+186=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 178 (69.92% from 255 or 28.76% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB2BA is #004D45. Grayscale: #C9C9C9. Windows color (decimal): -19782 or 12235519. OLE color: 12235519.
HSL color Cylindrical-coordinate representation of color #FFB2BA: hue angle of 353.77º 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 #FFB2BA is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 186 | - |
| CMYK | 0 | 0.30 | 0.27 | 0 |
| HSL | 353.77º | 1% | 0.85% | - |
| HSV(B) | 353.77º | 0.3% | 1% | - |
| XYZ | 66.02 | 56.65 | 53.91 | - |
| YUV | 201.94 | 119.01 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 186 | 0 | 0.30 | 0.27 | 0 | 353.77 | 1 | 0.85 |
| Hex | FF | B2 | BA | 0 | 1E | 1B | 0 | 162 | 64 | 55 |
| Octal | 377 | 262 | 272 | 0 | 36 | 33 | 0 | 542 | 144 | 125 |
| Binary | 11111111 | 10110010 | 10111010 | 0 | 11110 | 11011 | 0 | 101100010 | 1100100 | 1010101 |
Color Harmonies of #FFB2BA
Complementary color
Monochromatic Colors of #FFB2BA
Black with #FFB2BA
Text Example
Text Example
White with #FFB2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB2BA; }
p { color: rgb(255,178,186); }
H1.HeaderClassName
{
color: #FFB2BA;
}
.AnyTagClassName
{
color: #FFB2BA;
}
</style>
background-color css
<style>
a { background-color: #FFB2BA; }
a { background-color: rgb(255,178,186); }
div.DivClassName
{
background-color: #FFB2BA;
}
.BgClassName
{
background-color: #FFB2BA;
}
</style>
border-color css
<style>
span { border-color: #FFB2BA; }
span { border-color: rgb(255,178,186); }
td.TdClassName
{
border-color: #FFB2BA;
}
.TagClassName
{
border-color: #FFB2BA;
}
</style>