Shades of Pink #FFBACA
Tints of Pink #FFBACA
RGB
CMYK
RGB Variations
Color information
#FFBACA (or 0xFFBACA) is known color: Pink. HEX triplet: FF, BA and CA. RGB value is (255,186,202). Sum of RGB (Red+Green+Blue) = 255+186+202=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 186 (73.05% from 255 or 28.93% from 643); Blue value is 202 (79.30% from 255 or 31.42% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBACA is #004535. Grayscale: #D0D0D0. Windows color (decimal): -17718 or 13286143. OLE color: 13286143.
HSL color Cylindrical-coordinate representation of color #FFBACA: hue angle of 346.09º 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 #FFBACA is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 202 | - |
| CMYK | 0 | 0.27 | 0.21 | 0 |
| HSL | 346.09º | 1% | 0.86% | - |
| HSV(B) | 346.09º | 0.27% | 1% | - |
| XYZ | 69.46 | 60.64 | 63.92 | - |
| YUV | 208.46 | 124.36 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 202 | 0 | 0.27 | 0.21 | 0 | 346.09 | 1 | 0.86 |
| Hex | FF | BA | CA | 0 | 1B | 15 | 0 | 15A | 64 | 56 |
| Octal | 377 | 272 | 312 | 0 | 33 | 25 | 0 | 532 | 144 | 126 |
| Binary | 11111111 | 10111010 | 11001010 | 0 | 11011 | 10101 | 0 | 101011010 | 1100100 | 1010110 |
Color Harmonies of #FFBACA
Complementary color
Monochromatic Colors of #FFBACA
Black with #FFBACA
Text Example
Text Example
White with #FFBACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBACA; }
p { color: rgb(255,186,202); }
H1.HeaderClassName
{
color: #FFBACA;
}
.AnyTagClassName
{
color: #FFBACA;
}
</style>
background-color css
<style>
a { background-color: #FFBACA; }
a { background-color: rgb(255,186,202); }
div.DivClassName
{
background-color: #FFBACA;
}
.BgClassName
{
background-color: #FFBACA;
}
</style>
border-color css
<style>
span { border-color: #FFBACA; }
span { border-color: rgb(255,186,202); }
td.TdClassName
{
border-color: #FFBACA;
}
.TagClassName
{
border-color: #FFBACA;
}
</style>