Shades of Light Pink #FBA5B7
Tints of Light Pink #FBA5B7
RGB
CMYK
RGB Variations
Color information
#FBA5B7 (or 0xFBA5B7) is known color: Light Pink. HEX triplet: FB, A5 and B7. RGB value is (251,165,183). Sum of RGB (Red+Green+Blue) = 251+165+183=599 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.90% from 599); Green value is 165 (64.84% from 255 or 27.55% from 599); Blue value is 183 (71.88% from 255 or 30.55% from 599); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA5B7 is #045A48. Grayscale: #C0C0C0. Windows color (decimal): -285257 or 12035579. OLE color: 12035579.
HSL color Cylindrical-coordinate representation of color #FBA5B7: hue angle of 347.44º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBA5B7 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 183 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.02 |
| HSL | 347.44º | 0.91% | 0.82% | - |
| HSV(B) | 347.44º | 0.34% | 0.98% | - |
| XYZ | 61.79 | 50.84 | 51.36 | - |
| YUV | 192.77 | 122.49 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 183 | 0 | 0.34 | 0.27 | 0.02 | 347.44 | 0.91 | 0.82 |
| Hex | FB | A5 | B7 | 0 | 22 | 1B | 2 | 15B | 5B | 52 |
| Octal | 373 | 245 | 267 | 0 | 42 | 33 | 2 | 533 | 133 | 122 |
| Binary | 11111011 | 10100101 | 10110111 | 0 | 100010 | 11011 | 10 | 101011011 | 1011011 | 1010010 |
Color Harmonies of #FBA5B7
Complementary color
Monochromatic Colors of #FBA5B7
Black with #FBA5B7
Text Example
Text Example
White with #FBA5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA5B7; }
p { color: rgb(251,165,183); }
H1.HeaderClassName
{
color: #FBA5B7;
}
.AnyTagClassName
{
color: #FBA5B7;
}
</style>
background-color css
<style>
a { background-color: #FBA5B7; }
a { background-color: rgb(251,165,183); }
div.DivClassName
{
background-color: #FBA5B7;
}
.BgClassName
{
background-color: #FBA5B7;
}
</style>
border-color css
<style>
span { border-color: #FBA5B7; }
span { border-color: rgb(251,165,183); }
td.TdClassName
{
border-color: #FBA5B7;
}
.TagClassName
{
border-color: #FBA5B7;
}
</style>