Shades of Lavender Pink #FBA6D9
Tints of Lavender Pink #FBA6D9
RGB
CMYK
RGB Variations
Color information
#FBA6D9 (or 0xFBA6D9) is known color: Lavender Pink. HEX triplet: FB, A6 and D9. RGB value is (251,166,217). Sum of RGB (Red+Green+Blue) = 251+166+217=634 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.59% from 634); Green value is 166 (65.23% from 255 or 26.18% from 634); Blue value is 217 (85.16% from 255 or 34.23% from 634); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA6D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA6D9 is #045926. Grayscale: #C5C5C5. Windows color (decimal): -284967 or 14264059. OLE color: 14264059.
HSL color Cylindrical-coordinate representation of color #FBA6D9: hue angle of 324º 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 #FBA6D9 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 217 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.02 |
| HSL | 324º | 0.91% | 0.82% | - |
| HSV(B) | 324º | 0.34% | 0.98% | - |
| XYZ | 65.94 | 52.79 | 72.36 | - |
| YUV | 197.23 | 139.16 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 217 | 0 | 0.34 | 0.14 | 0.02 | 324 | 0.91 | 0.82 |
| Hex | FB | A6 | D9 | 0 | 22 | E | 2 | 144 | 5B | 52 |
| Octal | 373 | 246 | 331 | 0 | 42 | 16 | 2 | 504 | 133 | 122 |
| Binary | 11111011 | 10100110 | 11011001 | 0 | 100010 | 1110 | 10 | 101000100 | 1011011 | 1010010 |
Color Harmonies of #FBA6D9
Complementary color
Monochromatic Colors of #FBA6D9
Black with #FBA6D9
Text Example
Text Example
White with #FBA6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA6D9; }
p { color: rgb(251,166,217); }
H1.HeaderClassName
{
color: #FBA6D9;
}
.AnyTagClassName
{
color: #FBA6D9;
}
</style>
background-color css
<style>
a { background-color: #FBA6D9; }
a { background-color: rgb(251,166,217); }
div.DivClassName
{
background-color: #FBA6D9;
}
.BgClassName
{
background-color: #FBA6D9;
}
</style>
border-color css
<style>
span { border-color: #FBA6D9; }
span { border-color: rgb(251,166,217); }
td.TdClassName
{
border-color: #FBA6D9;
}
.TagClassName
{
border-color: #FBA6D9;
}
</style>