Shades of Lavender Pink #FBA6D7
Tints of Lavender Pink #FBA6D7
RGB
CMYK
RGB Variations
Color information
#FBA6D7 (or 0xFBA6D7) is known color: Lavender Pink. HEX triplet: FB, A6 and D7. RGB value is (251,166,215). Sum of RGB (Red+Green+Blue) = 251+166+215=632 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.72% from 632); Green value is 166 (65.23% from 255 or 26.27% from 632); Blue value is 215 (84.38% from 255 or 34.02% from 632); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA6D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA6D7 is #045928. Grayscale: #C4C4C4. Windows color (decimal): -284969 or 14132987. OLE color: 14132987.
HSL color Cylindrical-coordinate representation of color #FBA6D7: hue angle of 325.41º 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 #FBA6D7 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 215 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.02 |
| HSL | 325.41º | 0.91% | 0.82% | - |
| HSV(B) | 325.41º | 0.34% | 0.98% | - |
| XYZ | 65.69 | 52.69 | 71 | - |
| YUV | 197 | 138.16 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 215 | 0 | 0.34 | 0.14 | 0.02 | 325.41 | 0.91 | 0.82 |
| Hex | FB | A6 | D7 | 0 | 22 | E | 2 | 145 | 5B | 52 |
| Octal | 373 | 246 | 327 | 0 | 42 | 16 | 2 | 505 | 133 | 122 |
| Binary | 11111011 | 10100110 | 11010111 | 0 | 100010 | 1110 | 10 | 101000101 | 1011011 | 1010010 |
Color Harmonies of #FBA6D7
Complementary color
Monochromatic Colors of #FBA6D7
Black with #FBA6D7
Text Example
Text Example
White with #FBA6D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA6D7; }
p { color: rgb(251,166,215); }
H1.HeaderClassName
{
color: #FBA6D7;
}
.AnyTagClassName
{
color: #FBA6D7;
}
</style>
background-color css
<style>
a { background-color: #FBA6D7; }
a { background-color: rgb(251,166,215); }
div.DivClassName
{
background-color: #FBA6D7;
}
.BgClassName
{
background-color: #FBA6D7;
}
</style>
border-color css
<style>
span { border-color: #FBA6D7; }
span { border-color: rgb(251,166,215); }
td.TdClassName
{
border-color: #FBA6D7;
}
.TagClassName
{
border-color: #FBA6D7;
}
</style>