Shades of Lavender Pink #FBA7D6
Tints of Lavender Pink #FBA7D6
RGB
CMYK
RGB Variations
Color information
#FBA7D6 (or 0xFBA7D6) is known color: Lavender Pink. HEX triplet: FB, A7 and D6. RGB value is (251,167,214). Sum of RGB (Red+Green+Blue) = 251+167+214=632 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.72% from 632); Green value is 167 (65.62% from 255 or 26.42% from 632); Blue value is 214 (83.98% from 255 or 33.86% from 632); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA7D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA7D6 is #045829. Grayscale: #C5C5C5. Windows color (decimal): -284714 or 14067707. OLE color: 14067707.
HSL color Cylindrical-coordinate representation of color #FBA7D6: hue angle of 326.43º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBA7D6 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 167 | 214 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.02 |
| HSL | 326.43º | 0.91% | 0.82% | - |
| HSV(B) | 326.43º | 0.33% | 0.98% | - |
| XYZ | 65.74 | 53 | 70.38 | - |
| YUV | 197.47 | 137.33 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 167 | 214 | 0 | 0.33 | 0.15 | 0.02 | 326.43 | 0.91 | 0.82 |
| Hex | FB | A7 | D6 | 0 | 21 | F | 2 | 146 | 5B | 52 |
| Octal | 373 | 247 | 326 | 0 | 41 | 17 | 2 | 506 | 133 | 122 |
| Binary | 11111011 | 10100111 | 11010110 | 0 | 100001 | 1111 | 10 | 101000110 | 1011011 | 1010010 |
Color Harmonies of #FBA7D6
Complementary color
Monochromatic Colors of #FBA7D6
Black with #FBA7D6
Text Example
Text Example
White with #FBA7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA7D6; }
p { color: rgb(251,167,214); }
H1.HeaderClassName
{
color: #FBA7D6;
}
.AnyTagClassName
{
color: #FBA7D6;
}
</style>
background-color css
<style>
a { background-color: #FBA7D6; }
a { background-color: rgb(251,167,214); }
div.DivClassName
{
background-color: #FBA7D6;
}
.BgClassName
{
background-color: #FBA7D6;
}
</style>
border-color css
<style>
span { border-color: #FBA7D6; }
span { border-color: rgb(251,167,214); }
td.TdClassName
{
border-color: #FBA7D6;
}
.TagClassName
{
border-color: #FBA7D6;
}
</style>