Shades of Light Pink #FBACB5
Tints of Light Pink #FBACB5
RGB
CMYK
RGB Variations
Color information
#FBACB5 (or 0xFBACB5) is known color: Light Pink. HEX triplet: FB, AC and B5. RGB value is (251,172,181). Sum of RGB (Red+Green+Blue) = 251+172+181=604 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.56% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 181 (71.09% from 255 or 29.97% from 604); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBACB5 is #04534A. Grayscale: #C4C4C4. Windows color (decimal): -283467 or 11906299. OLE color: 11906299.
HSL color Cylindrical-coordinate representation of color #FBACB5: hue angle of 353.16º 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 #FBACB5 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 172 | 181 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.02 |
| HSL | 353.16º | 0.91% | 0.83% | - |
| HSV(B) | 353.16º | 0.31% | 0.98% | - |
| XYZ | 62.88 | 53.35 | 50.7 | - |
| YUV | 196.65 | 119.17 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 172 | 181 | 0 | 0.31 | 0.28 | 0.02 | 353.16 | 0.91 | 0.83 |
| Hex | FB | AC | B5 | 0 | 1F | 1C | 2 | 161 | 5B | 53 |
| Octal | 373 | 254 | 265 | 0 | 37 | 34 | 2 | 541 | 133 | 123 |
| Binary | 11111011 | 10101100 | 10110101 | 0 | 11111 | 11100 | 10 | 101100001 | 1011011 | 1010011 |
Color Harmonies of #FBACB5
Complementary color
Monochromatic Colors of #FBACB5
Black with #FBACB5
Text Example
Text Example
White with #FBACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBACB5; }
p { color: rgb(251,172,181); }
H1.HeaderClassName
{
color: #FBACB5;
}
.AnyTagClassName
{
color: #FBACB5;
}
</style>
background-color css
<style>
a { background-color: #FBACB5; }
a { background-color: rgb(251,172,181); }
div.DivClassName
{
background-color: #FBACB5;
}
.BgClassName
{
background-color: #FBACB5;
}
</style>
border-color css
<style>
span { border-color: #FBACB5; }
span { border-color: rgb(251,172,181); }
td.TdClassName
{
border-color: #FBACB5;
}
.TagClassName
{
border-color: #FBACB5;
}
</style>