Shades of Light Pink #FFB7BA
Tints of Light Pink #FFB7BA
RGB
CMYK
RGB Variations
Color information
#FFB7BA (or 0xFFB7BA) is known color: Light Pink. HEX triplet: FF, B7 and BA. RGB value is (255,183,186). Sum of RGB (Red+Green+Blue) = 255+183+186=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 183 (71.88% from 255 or 29.33% from 624); Blue value is 186 (73.05% from 255 or 29.81% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB7BA is #004845. Grayscale: #CCCCCC. Windows color (decimal): -18502 or 12236799. OLE color: 12236799.
HSL color Cylindrical-coordinate representation of color #FFB7BA: hue angle of 357.5º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFB7BA is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 186 | - |
| CMYK | 0 | 0.28 | 0.27 | 0 |
| HSL | 357.5º | 1% | 0.86% | - |
| HSV(B) | 357.5º | 0.28% | 1% | - |
| XYZ | 67.04 | 58.67 | 54.25 | - |
| YUV | 204.87 | 117.35 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 186 | 0 | 0.28 | 0.27 | 0 | 357.5 | 1 | 0.86 |
| Hex | FF | B7 | BA | 0 | 1C | 1B | 0 | 166 | 64 | 56 |
| Octal | 377 | 267 | 272 | 0 | 34 | 33 | 0 | 546 | 144 | 126 |
| Binary | 11111111 | 10110111 | 10111010 | 0 | 11100 | 11011 | 0 | 101100110 | 1100100 | 1010110 |
Color Harmonies of #FFB7BA
Complementary color
Monochromatic Colors of #FFB7BA
Black with #FFB7BA
Text Example
Text Example
White with #FFB7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB7BA; }
p { color: rgb(255,183,186); }
H1.HeaderClassName
{
color: #FFB7BA;
}
.AnyTagClassName
{
color: #FFB7BA;
}
</style>
background-color css
<style>
a { background-color: #FFB7BA; }
a { background-color: rgb(255,183,186); }
div.DivClassName
{
background-color: #FFB7BA;
}
.BgClassName
{
background-color: #FFB7BA;
}
</style>
border-color css
<style>
span { border-color: #FFB7BA; }
span { border-color: rgb(255,183,186); }
td.TdClassName
{
border-color: #FFB7BA;
}
.TagClassName
{
border-color: #FFB7BA;
}
</style>