Shades of Pink #FFBACE
Tints of Pink #FFBACE
RGB
CMYK
RGB Variations
Color information
#FFBACE (or 0xFFBACE) is known color: Pink. HEX triplet: FF, BA and CE. RGB value is (255,186,206). Sum of RGB (Red+Green+Blue) = 255+186+206=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 186 (73.05% from 255 or 28.75% from 647); Blue value is 206 (80.86% from 255 or 31.84% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBACE is #004531. Grayscale: #D0D0D0. Windows color (decimal): -17714 or 13548287. OLE color: 13548287.
HSL color Cylindrical-coordinate representation of color #FFBACE: hue angle of 342.61º 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 #FFBACE is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 206 | - |
| CMYK | 0 | 0.27 | 0.19 | 0 |
| HSL | 342.61º | 1% | 0.86% | - |
| HSV(B) | 342.61º | 0.27% | 1% | - |
| XYZ | 69.94 | 60.83 | 66.45 | - |
| YUV | 208.91 | 126.36 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 206 | 0 | 0.27 | 0.19 | 0 | 342.61 | 1 | 0.86 |
| Hex | FF | BA | CE | 0 | 1B | 13 | 0 | 157 | 64 | 56 |
| Octal | 377 | 272 | 316 | 0 | 33 | 23 | 0 | 527 | 144 | 126 |
| Binary | 11111111 | 10111010 | 11001110 | 0 | 11011 | 10011 | 0 | 101010111 | 1100100 | 1010110 |
Color Harmonies of #FFBACE
Complementary color
Monochromatic Colors of #FFBACE
Black with #FFBACE
Text Example
Text Example
White with #FFBACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBACE; }
p { color: rgb(255,186,206); }
H1.HeaderClassName
{
color: #FFBACE;
}
.AnyTagClassName
{
color: #FFBACE;
}
</style>
background-color css
<style>
a { background-color: #FFBACE; }
a { background-color: rgb(255,186,206); }
div.DivClassName
{
background-color: #FFBACE;
}
.BgClassName
{
background-color: #FFBACE;
}
</style>
border-color css
<style>
span { border-color: #FFBACE; }
span { border-color: rgb(255,186,206); }
td.TdClassName
{
border-color: #FFBACE;
}
.TagClassName
{
border-color: #FFBACE;
}
</style>