Shades of Light Pink #FFBABF
Tints of Light Pink #FFBABF
RGB
CMYK
RGB Variations
Color information
#FFBABF (or 0xFFBABF) is known color: Light Pink. HEX triplet: FF, BA and BF. RGB value is (255,186,191). Sum of RGB (Red+Green+Blue) = 255+186+191=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 186 (73.05% from 255 or 29.43% from 632); Blue value is 191 (75% from 255 or 30.22% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBABF is #004540. Grayscale: #CFCFCF. Windows color (decimal): -17729 or 12565247. OLE color: 12565247.
HSL color Cylindrical-coordinate representation of color #FFBABF: hue angle of 355.65º 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 #FFBABF is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 191 | - |
| CMYK | 0 | 0.27 | 0.25 | 0 |
| HSL | 355.65º | 1% | 0.86% | - |
| HSV(B) | 355.65º | 0.27% | 1% | - |
| XYZ | 68.2 | 60.14 | 57.3 | - |
| YUV | 207.2 | 118.86 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 191 | 0 | 0.27 | 0.25 | 0 | 355.65 | 1 | 0.86 |
| Hex | FF | BA | BF | 0 | 1B | 19 | 0 | 164 | 64 | 56 |
| Octal | 377 | 272 | 277 | 0 | 33 | 31 | 0 | 544 | 144 | 126 |
| Binary | 11111111 | 10111010 | 10111111 | 0 | 11011 | 11001 | 0 | 101100100 | 1100100 | 1010110 |
Color Harmonies of #FFBABF
Complementary color
Monochromatic Colors of #FFBABF
Black with #FFBABF
Text Example
Text Example
White with #FFBABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBABF; }
p { color: rgb(255,186,191); }
H1.HeaderClassName
{
color: #FFBABF;
}
.AnyTagClassName
{
color: #FFBABF;
}
</style>
background-color css
<style>
a { background-color: #FFBABF; }
a { background-color: rgb(255,186,191); }
div.DivClassName
{
background-color: #FFBABF;
}
.BgClassName
{
background-color: #FFBABF;
}
</style>
border-color css
<style>
span { border-color: #FFBABF; }
span { border-color: rgb(255,186,191); }
td.TdClassName
{
border-color: #FFBABF;
}
.TagClassName
{
border-color: #FFBABF;
}
</style>