Shades of Pink #FFBAC7
Tints of Pink #FFBAC7
RGB
CMYK
RGB Variations
Color information
#FFBAC7 (or 0xFFBAC7) is known color: Pink. HEX triplet: FF, BA and C7. RGB value is (255,186,199). Sum of RGB (Red+Green+Blue) = 255+186+199=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 186 (73.05% from 255 or 29.06% from 640); Blue value is 199 (78.12% from 255 or 31.09% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBAC7 is #004538. Grayscale: #D0D0D0. Windows color (decimal): -17721 or 13089535. OLE color: 13089535.
HSL color Cylindrical-coordinate representation of color #FFBAC7: hue angle of 348.7º 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 #FFBAC7 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 199 | - |
| CMYK | 0 | 0.27 | 0.22 | 0 |
| HSL | 348.7º | 1% | 0.86% | - |
| HSV(B) | 348.7º | 0.27% | 1% | - |
| XYZ | 69.11 | 60.5 | 62.07 | - |
| YUV | 208.11 | 122.86 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 199 | 0 | 0.27 | 0.22 | 0 | 348.7 | 1 | 0.86 |
| Hex | FF | BA | C7 | 0 | 1B | 16 | 0 | 15D | 64 | 56 |
| Octal | 377 | 272 | 307 | 0 | 33 | 26 | 0 | 535 | 144 | 126 |
| Binary | 11111111 | 10111010 | 11000111 | 0 | 11011 | 10110 | 0 | 101011101 | 1100100 | 1010110 |
Color Harmonies of #FFBAC7
Complementary color
Monochromatic Colors of #FFBAC7
Black with #FFBAC7
Text Example
Text Example
White with #FFBAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBAC7; }
p { color: rgb(255,186,199); }
H1.HeaderClassName
{
color: #FFBAC7;
}
.AnyTagClassName
{
color: #FFBAC7;
}
</style>
background-color css
<style>
a { background-color: #FFBAC7; }
a { background-color: rgb(255,186,199); }
div.DivClassName
{
background-color: #FFBAC7;
}
.BgClassName
{
background-color: #FFBAC7;
}
</style>
border-color css
<style>
span { border-color: #FFBAC7; }
span { border-color: rgb(255,186,199); }
td.TdClassName
{
border-color: #FFBAC7;
}
.TagClassName
{
border-color: #FFBAC7;
}
</style>