Shades of Light Pink #FBACBC
Tints of Light Pink #FBACBC
RGB
CMYK
RGB Variations
Color information
#FBACBC (or 0xFBACBC) is known color: Light Pink. HEX triplet: FB, AC and BC. RGB value is (251,172,188). Sum of RGB (Red+Green+Blue) = 251+172+188=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 172 (67.58% from 255 or 28.15% from 611); Blue value is 188 (73.83% from 255 or 30.77% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBACBC is #045343. Grayscale: #C5C5C5. Windows color (decimal): -283460 or 12365051. OLE color: 12365051.
HSL color Cylindrical-coordinate representation of color #FBACBC: hue angle of 347.85º 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 #FBACBC is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 172 | 188 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.02 |
| HSL | 347.85º | 0.91% | 0.83% | - |
| HSV(B) | 347.85º | 0.31% | 0.98% | - |
| XYZ | 63.61 | 53.65 | 54.58 | - |
| YUV | 197.45 | 122.67 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 172 | 188 | 0 | 0.31 | 0.25 | 0.02 | 347.85 | 0.91 | 0.83 |
| Hex | FB | AC | BC | 0 | 1F | 19 | 2 | 15C | 5B | 53 |
| Octal | 373 | 254 | 274 | 0 | 37 | 31 | 2 | 534 | 133 | 123 |
| Binary | 11111011 | 10101100 | 10111100 | 0 | 11111 | 11001 | 10 | 101011100 | 1011011 | 1010011 |
Color Harmonies of #FBACBC
Complementary color
Monochromatic Colors of #FBACBC
Black with #FBACBC
Text Example
Text Example
White with #FBACBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBACBC; }
p { color: rgb(251,172,188); }
H1.HeaderClassName
{
color: #FBACBC;
}
.AnyTagClassName
{
color: #FBACBC;
}
</style>
background-color css
<style>
a { background-color: #FBACBC; }
a { background-color: rgb(251,172,188); }
div.DivClassName
{
background-color: #FBACBC;
}
.BgClassName
{
background-color: #FBACBC;
}
</style>
border-color css
<style>
span { border-color: #FBACBC; }
span { border-color: rgb(251,172,188); }
td.TdClassName
{
border-color: #FBACBC;
}
.TagClassName
{
border-color: #FBACBC;
}
</style>