Shades of Pink #FFBACB
Tints of Pink #FFBACB
RGB
CMYK
RGB Variations
Color information
#FFBACB (or 0xFFBACB) is known color: Pink. HEX triplet: FF, BA and CB. RGB value is (255,186,203). Sum of RGB (Red+Green+Blue) = 255+186+203=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 186 (73.05% from 255 or 28.88% from 644); Blue value is 203 (79.69% from 255 or 31.52% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBACB is #004534. Grayscale: #D0D0D0. Windows color (decimal): -17717 or 13351679. OLE color: 13351679.
HSL color Cylindrical-coordinate representation of color #FFBACB: hue angle of 345.22º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFBACB is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 203 | - |
| CMYK | 0 | 0.27 | 0.20 | 0 |
| HSL | 345.22º | 1% | 0.86% | - |
| HSV(B) | 345.22º | 0.27% | 1% | - |
| XYZ | 69.58 | 60.69 | 64.55 | - |
| YUV | 208.57 | 124.86 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 203 | 0 | 0.27 | 0.20 | 0 | 345.22 | 1 | 0.86 |
| Hex | FF | BA | CB | 0 | 1B | 14 | 0 | 159 | 64 | 56 |
| Octal | 377 | 272 | 313 | 0 | 33 | 24 | 0 | 531 | 144 | 126 |
| Binary | 11111111 | 10111010 | 11001011 | 0 | 11011 | 10100 | 0 | 101011001 | 1100100 | 1010110 |
Color Harmonies of #FFBACB
Complementary color
Monochromatic Colors of #FFBACB
Black with #FFBACB
Text Example
Text Example
White with #FFBACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBACB; }
p { color: rgb(255,186,203); }
H1.HeaderClassName
{
color: #FFBACB;
}
.AnyTagClassName
{
color: #FFBACB;
}
</style>
background-color css
<style>
a { background-color: #FFBACB; }
a { background-color: rgb(255,186,203); }
div.DivClassName
{
background-color: #FFBACB;
}
.BgClassName
{
background-color: #FFBACB;
}
</style>
border-color css
<style>
span { border-color: #FFBACB; }
span { border-color: rgb(255,186,203); }
td.TdClassName
{
border-color: #FFBACB;
}
.TagClassName
{
border-color: #FFBACB;
}
</style>