Shades of Light Pink #FFBAC1
Tints of Light Pink #FFBAC1
RGB
CMYK
RGB Variations
Color information
#FFBAC1 (or 0xFFBAC1) is known color: Light Pink. HEX triplet: FF, BA and C1. RGB value is (255,186,193). Sum of RGB (Red+Green+Blue) = 255+186+193=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 186 (73.05% from 255 or 29.34% from 634); Blue value is 193 (75.78% from 255 or 30.44% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBAC1 is #00453E. Grayscale: #CFCFCF. Windows color (decimal): -17727 or 12696319. OLE color: 12696319.
HSL color Cylindrical-coordinate representation of color #FFBAC1: hue angle of 353.91º 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 #FFBAC1 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 193 | - |
| CMYK | 0 | 0.27 | 0.24 | 0 |
| HSL | 353.91º | 1% | 0.86% | - |
| HSV(B) | 353.91º | 0.27% | 1% | - |
| XYZ | 68.42 | 60.23 | 58.47 | - |
| YUV | 207.43 | 119.86 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 193 | 0 | 0.27 | 0.24 | 0 | 353.91 | 1 | 0.86 |
| Hex | FF | BA | C1 | 0 | 1B | 18 | 0 | 162 | 64 | 56 |
| Octal | 377 | 272 | 301 | 0 | 33 | 30 | 0 | 542 | 144 | 126 |
| Binary | 11111111 | 10111010 | 11000001 | 0 | 11011 | 11000 | 0 | 101100010 | 1100100 | 1010110 |
Color Harmonies of #FFBAC1
Complementary color
Monochromatic Colors of #FFBAC1
Black with #FFBAC1
Text Example
Text Example
White with #FFBAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBAC1; }
p { color: rgb(255,186,193); }
H1.HeaderClassName
{
color: #FFBAC1;
}
.AnyTagClassName
{
color: #FFBAC1;
}
</style>
background-color css
<style>
a { background-color: #FFBAC1; }
a { background-color: rgb(255,186,193); }
div.DivClassName
{
background-color: #FFBAC1;
}
.BgClassName
{
background-color: #FFBAC1;
}
</style>
border-color css
<style>
span { border-color: #FFBAC1; }
span { border-color: rgb(255,186,193); }
td.TdClassName
{
border-color: #FFBAC1;
}
.TagClassName
{
border-color: #FFBAC1;
}
</style>