Shades of Lavender Pink #FBA5D7
Tints of Lavender Pink #FBA5D7
RGB
CMYK
RGB Variations
Color information
#FBA5D7 (or 0xFBA5D7) is known color: Lavender Pink. HEX triplet: FB, A5 and D7. RGB value is (251,165,215). Sum of RGB (Red+Green+Blue) = 251+165+215=631 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.78% from 631); Green value is 165 (64.84% from 255 or 26.15% from 631); Blue value is 215 (84.38% from 255 or 34.07% from 631); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA5D7 is #045A28. Grayscale: #C4C4C4. Windows color (decimal): -285225 or 14132731. OLE color: 14132731.
HSL color Cylindrical-coordinate representation of color #FBA5D7: hue angle of 325.12º 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 #FBA5D7 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 215 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.02 |
| HSL | 325.12º | 0.91% | 0.82% | - |
| HSV(B) | 325.12º | 0.34% | 0.98% | - |
| XYZ | 65.5 | 52.33 | 70.94 | - |
| YUV | 196.41 | 138.49 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 215 | 0 | 0.34 | 0.14 | 0.02 | 325.12 | 0.91 | 0.82 |
| Hex | FB | A5 | D7 | 0 | 22 | E | 2 | 145 | 5B | 52 |
| Octal | 373 | 245 | 327 | 0 | 42 | 16 | 2 | 505 | 133 | 122 |
| Binary | 11111011 | 10100101 | 11010111 | 0 | 100010 | 1110 | 10 | 101000101 | 1011011 | 1010010 |
Color Harmonies of #FBA5D7
Complementary color
Monochromatic Colors of #FBA5D7
Black with #FBA5D7
Text Example
Text Example
White with #FBA5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA5D7; }
p { color: rgb(251,165,215); }
H1.HeaderClassName
{
color: #FBA5D7;
}
.AnyTagClassName
{
color: #FBA5D7;
}
</style>
background-color css
<style>
a { background-color: #FBA5D7; }
a { background-color: rgb(251,165,215); }
div.DivClassName
{
background-color: #FBA5D7;
}
.BgClassName
{
background-color: #FBA5D7;
}
</style>
border-color css
<style>
span { border-color: #FBA5D7; }
span { border-color: rgb(251,165,215); }
td.TdClassName
{
border-color: #FBA5D7;
}
.TagClassName
{
border-color: #FBA5D7;
}
</style>