Shades of Pink #FFBAC8
Tints of Pink #FFBAC8
RGB
CMYK
RGB Variations
Color information
#FFBAC8 (or 0xFFBAC8) is known color: Pink. HEX triplet: FF, BA and C8. RGB value is (255,186,200). Sum of RGB (Red+Green+Blue) = 255+186+200=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 186 (73.05% from 255 or 29.02% from 641); Blue value is 200 (78.52% from 255 or 31.20% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBAC8 is #004537. Grayscale: #D0D0D0. Windows color (decimal): -17720 or 13155071. OLE color: 13155071.
HSL color Cylindrical-coordinate representation of color #FFBAC8: hue angle of 347.83º 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 #FFBAC8 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 200 | - |
| CMYK | 0 | 0.27 | 0.22 | 0 |
| HSL | 347.83º | 1% | 0.86% | - |
| HSV(B) | 347.83º | 0.27% | 1% | - |
| XYZ | 69.22 | 60.55 | 62.68 | - |
| YUV | 208.23 | 123.36 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 200 | 0 | 0.27 | 0.22 | 0 | 347.83 | 1 | 0.86 |
| Hex | FF | BA | C8 | 0 | 1B | 16 | 0 | 15C | 64 | 56 |
| Octal | 377 | 272 | 310 | 0 | 33 | 26 | 0 | 534 | 144 | 126 |
| Binary | 11111111 | 10111010 | 11001000 | 0 | 11011 | 10110 | 0 | 101011100 | 1100100 | 1010110 |
Color Harmonies of #FFBAC8
Complementary color
Monochromatic Colors of #FFBAC8
Black with #FFBAC8
Text Example
Text Example
White with #FFBAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBAC8; }
p { color: rgb(255,186,200); }
H1.HeaderClassName
{
color: #FFBAC8;
}
.AnyTagClassName
{
color: #FFBAC8;
}
</style>
background-color css
<style>
a { background-color: #FFBAC8; }
a { background-color: rgb(255,186,200); }
div.DivClassName
{
background-color: #FFBAC8;
}
.BgClassName
{
background-color: #FFBAC8;
}
</style>
border-color css
<style>
span { border-color: #FFBAC8; }
span { border-color: rgb(255,186,200); }
td.TdClassName
{
border-color: #FFBAC8;
}
.TagClassName
{
border-color: #FFBAC8;
}
</style>