Shades of Light Pink #FBACB6
Tints of Light Pink #FBACB6
RGB
CMYK
RGB Variations
Color information
#FBACB6 (or 0xFBACB6) is known color: Light Pink. HEX triplet: FB, AC and B6. RGB value is (251,172,182). Sum of RGB (Red+Green+Blue) = 251+172+182=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 172 (67.58% from 255 or 28.43% from 605); Blue value is 182 (71.48% from 255 or 30.08% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBACB6 is #045349. Grayscale: #C4C4C4. Windows color (decimal): -283466 or 11971835. OLE color: 11971835.
HSL color Cylindrical-coordinate representation of color #FBACB6: hue angle of 352.41º 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 #FBACB6 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 172 | 182 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.02 |
| HSL | 352.41º | 0.91% | 0.83% | - |
| HSV(B) | 352.41º | 0.31% | 0.98% | - |
| XYZ | 62.98 | 53.39 | 51.24 | - |
| YUV | 196.76 | 119.67 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 172 | 182 | 0 | 0.31 | 0.27 | 0.02 | 352.41 | 0.91 | 0.83 |
| Hex | FB | AC | B6 | 0 | 1F | 1B | 2 | 160 | 5B | 53 |
| Octal | 373 | 254 | 266 | 0 | 37 | 33 | 2 | 540 | 133 | 123 |
| Binary | 11111011 | 10101100 | 10110110 | 0 | 11111 | 11011 | 10 | 101100000 | 1011011 | 1010011 |
Color Harmonies of #FBACB6
Complementary color
Monochromatic Colors of #FBACB6
Black with #FBACB6
Text Example
Text Example
White with #FBACB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBACB6; }
p { color: rgb(251,172,182); }
H1.HeaderClassName
{
color: #FBACB6;
}
.AnyTagClassName
{
color: #FBACB6;
}
</style>
background-color css
<style>
a { background-color: #FBACB6; }
a { background-color: rgb(251,172,182); }
div.DivClassName
{
background-color: #FBACB6;
}
.BgClassName
{
background-color: #FBACB6;
}
</style>
border-color css
<style>
span { border-color: #FBACB6; }
span { border-color: rgb(251,172,182); }
td.TdClassName
{
border-color: #FBACB6;
}
.TagClassName
{
border-color: #FBACB6;
}
</style>