Shades of Light Pink #FFBABE
Tints of Light Pink #FFBABE
RGB
CMYK
RGB Variations
Color information
#FFBABE (or 0xFFBABE) is known color: Light Pink. HEX triplet: FF, BA and BE. RGB value is (255,186,190). Sum of RGB (Red+Green+Blue) = 255+186+190=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 186 (73.05% from 255 or 29.48% from 631); Blue value is 190 (74.61% from 255 or 30.11% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBABE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBABE is #004541. Grayscale: #CFCFCF. Windows color (decimal): -17730 or 12499711. OLE color: 12499711.
HSL color Cylindrical-coordinate representation of color #FFBABE: hue angle of 356.52º 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 #FFBABE is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 190 | - |
| CMYK | 0 | 0.27 | 0.25 | 0 |
| HSL | 356.52º | 1% | 0.86% | - |
| HSV(B) | 356.52º | 0.27% | 1% | - |
| XYZ | 68.09 | 60.1 | 56.73 | - |
| YUV | 207.09 | 118.36 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 190 | 0 | 0.27 | 0.25 | 0 | 356.52 | 1 | 0.86 |
| Hex | FF | BA | BE | 0 | 1B | 19 | 0 | 165 | 64 | 56 |
| Octal | 377 | 272 | 276 | 0 | 33 | 31 | 0 | 545 | 144 | 126 |
| Binary | 11111111 | 10111010 | 10111110 | 0 | 11011 | 11001 | 0 | 101100101 | 1100100 | 1010110 |
Color Harmonies of #FFBABE
Complementary color
Monochromatic Colors of #FFBABE
Black with #FFBABE
Text Example
Text Example
White with #FFBABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBABE; }
p { color: rgb(255,186,190); }
H1.HeaderClassName
{
color: #FFBABE;
}
.AnyTagClassName
{
color: #FFBABE;
}
</style>
background-color css
<style>
a { background-color: #FFBABE; }
a { background-color: rgb(255,186,190); }
div.DivClassName
{
background-color: #FFBABE;
}
.BgClassName
{
background-color: #FFBABE;
}
</style>
border-color css
<style>
span { border-color: #FFBABE; }
span { border-color: rgb(255,186,190); }
td.TdClassName
{
border-color: #FFBABE;
}
.TagClassName
{
border-color: #FFBABE;
}
</style>