Shades of Light Pink #FBACB7
Tints of Light Pink #FBACB7
RGB
CMYK
RGB Variations
Color information
#FBACB7 (or 0xFBACB7) is known color: Light Pink. HEX triplet: FB, AC and B7. RGB value is (251,172,183). Sum of RGB (Red+Green+Blue) = 251+172+183=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 172 (67.58% from 255 or 28.38% from 606); Blue value is 183 (71.88% from 255 or 30.20% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBACB7 is #045348. Grayscale: #C4C4C4. Windows color (decimal): -283465 or 12037371. OLE color: 12037371.
HSL color Cylindrical-coordinate representation of color #FBACB7: hue angle of 351.65º 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 #FBACB7 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 172 | 183 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.02 |
| HSL | 351.65º | 0.91% | 0.83% | - |
| HSV(B) | 351.65º | 0.31% | 0.98% | - |
| XYZ | 63.08 | 53.43 | 51.79 | - |
| YUV | 196.88 | 120.17 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 172 | 183 | 0 | 0.31 | 0.27 | 0.02 | 351.65 | 0.91 | 0.83 |
| Hex | FB | AC | B7 | 0 | 1F | 1B | 2 | 160 | 5B | 53 |
| Octal | 373 | 254 | 267 | 0 | 37 | 33 | 2 | 540 | 133 | 123 |
| Binary | 11111011 | 10101100 | 10110111 | 0 | 11111 | 11011 | 10 | 101100000 | 1011011 | 1010011 |
Color Harmonies of #FBACB7
Complementary color
Monochromatic Colors of #FBACB7
Black with #FBACB7
Text Example
Text Example
White with #FBACB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBACB7; }
p { color: rgb(251,172,183); }
H1.HeaderClassName
{
color: #FBACB7;
}
.AnyTagClassName
{
color: #FBACB7;
}
</style>
background-color css
<style>
a { background-color: #FBACB7; }
a { background-color: rgb(251,172,183); }
div.DivClassName
{
background-color: #FBACB7;
}
.BgClassName
{
background-color: #FBACB7;
}
</style>
border-color css
<style>
span { border-color: #FBACB7; }
span { border-color: rgb(251,172,183); }
td.TdClassName
{
border-color: #FBACB7;
}
.TagClassName
{
border-color: #FBACB7;
}
</style>