Shades of Light Pink #FBACBD
Tints of Light Pink #FBACBD
RGB
CMYK
RGB Variations
Color information
#FBACBD (or 0xFBACBD) is known color: Light Pink. HEX triplet: FB, AC and BD. RGB value is (251,172,189). Sum of RGB (Red+Green+Blue) = 251+172+189=612 (81% of max value = 765). Red value is 251 (98.44% from 255 or 41.01% from 612); Green value is 172 (67.58% from 255 or 28.10% from 612); Blue value is 189 (74.22% from 255 or 30.88% from 612); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBACBD is #045342. Grayscale: #C5C5C5. Windows color (decimal): -283459 or 12430587. OLE color: 12430587.
HSL color Cylindrical-coordinate representation of color #FBACBD: hue angle of 347.09º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBACBD is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 172 | 189 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.02 |
| HSL | 347.09º | 0.91% | 0.83% | - |
| HSV(B) | 347.09º | 0.31% | 0.98% | - |
| XYZ | 63.72 | 53.69 | 55.15 | - |
| YUV | 197.56 | 123.17 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 172 | 189 | 0 | 0.31 | 0.25 | 0.02 | 347.09 | 0.91 | 0.83 |
| Hex | FB | AC | BD | 0 | 1F | 19 | 2 | 15B | 5B | 53 |
| Octal | 373 | 254 | 275 | 0 | 37 | 31 | 2 | 533 | 133 | 123 |
| Binary | 11111011 | 10101100 | 10111101 | 0 | 11111 | 11001 | 10 | 101011011 | 1011011 | 1010011 |
Color Harmonies of #FBACBD
Complementary color
Monochromatic Colors of #FBACBD
Black with #FBACBD
Text Example
Text Example
White with #FBACBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBACBD; }
p { color: rgb(251,172,189); }
H1.HeaderClassName
{
color: #FBACBD;
}
.AnyTagClassName
{
color: #FBACBD;
}
</style>
background-color css
<style>
a { background-color: #FBACBD; }
a { background-color: rgb(251,172,189); }
div.DivClassName
{
background-color: #FBACBD;
}
.BgClassName
{
background-color: #FBACBD;
}
</style>
border-color css
<style>
span { border-color: #FBACBD; }
span { border-color: rgb(251,172,189); }
td.TdClassName
{
border-color: #FBACBD;
}
.TagClassName
{
border-color: #FBACBD;
}
</style>