Shades of Light Pink #FFBABD
Tints of Light Pink #FFBABD
RGB
CMYK
RGB Variations
Color information
#FFBABD (or 0xFFBABD) is known color: Light Pink. HEX triplet: FF, BA and BD. RGB value is (255,186,189). Sum of RGB (Red+Green+Blue) = 255+186+189=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 186 (73.05% from 255 or 29.52% from 630); Blue value is 189 (74.22% from 255 or 30% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBABD is #004542. Grayscale: #CFCFCF. Windows color (decimal): -17731 or 12434175. OLE color: 12434175.
HSL color Cylindrical-coordinate representation of color #FFBABD: hue angle of 357.39º 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 #FFBABD is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 189 | - |
| CMYK | 0 | 0.27 | 0.26 | 0 |
| HSL | 357.39º | 1% | 0.86% | - |
| HSV(B) | 357.39º | 0.27% | 1% | - |
| XYZ | 67.98 | 60.05 | 56.15 | - |
| YUV | 206.97 | 117.86 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 189 | 0 | 0.27 | 0.26 | 0 | 357.39 | 1 | 0.86 |
| Hex | FF | BA | BD | 0 | 1B | 1A | 0 | 165 | 64 | 56 |
| Octal | 377 | 272 | 275 | 0 | 33 | 32 | 0 | 545 | 144 | 126 |
| Binary | 11111111 | 10111010 | 10111101 | 0 | 11011 | 11010 | 0 | 101100101 | 1100100 | 1010110 |
Color Harmonies of #FFBABD
Complementary color
Monochromatic Colors of #FFBABD
Black with #FFBABD
Text Example
Text Example
White with #FFBABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBABD; }
p { color: rgb(255,186,189); }
H1.HeaderClassName
{
color: #FFBABD;
}
.AnyTagClassName
{
color: #FFBABD;
}
</style>
background-color css
<style>
a { background-color: #FFBABD; }
a { background-color: rgb(255,186,189); }
div.DivClassName
{
background-color: #FFBABD;
}
.BgClassName
{
background-color: #FFBABD;
}
</style>
border-color css
<style>
span { border-color: #FFBABD; }
span { border-color: rgb(255,186,189); }
td.TdClassName
{
border-color: #FFBABD;
}
.TagClassName
{
border-color: #FFBABD;
}
</style>