Shades of Lavender Pink #FBA6D0
Tints of Lavender Pink #FBA6D0
RGB
CMYK
RGB Variations
Color information
#FBA6D0 (or 0xFBA6D0) is known color: Lavender Pink. HEX triplet: FB, A6 and D0. RGB value is (251,166,208). Sum of RGB (Red+Green+Blue) = 251+166+208=625 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.16% from 625); Green value is 166 (65.23% from 255 or 26.56% from 625); Blue value is 208 (81.64% from 255 or 33.28% from 625); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA6D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA6D0 is #04592F. Grayscale: #C4C4C4. Windows color (decimal): -284976 or 13674235. OLE color: 13674235.
HSL color Cylindrical-coordinate representation of color #FBA6D0: hue angle of 330.35º 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 #FBA6D0 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 208 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.02 |
| HSL | 330.35º | 0.91% | 0.82% | - |
| HSV(B) | 330.35º | 0.34% | 0.98% | - |
| XYZ | 64.81 | 52.34 | 66.36 | - |
| YUV | 196.2 | 134.66 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 208 | 0 | 0.34 | 0.17 | 0.02 | 330.35 | 0.91 | 0.82 |
| Hex | FB | A6 | D0 | 0 | 22 | 11 | 2 | 14A | 5B | 52 |
| Octal | 373 | 246 | 320 | 0 | 42 | 21 | 2 | 512 | 133 | 122 |
| Binary | 11111011 | 10100110 | 11010000 | 0 | 100010 | 10001 | 10 | 101001010 | 1011011 | 1010010 |
Color Harmonies of #FBA6D0
Complementary color
Monochromatic Colors of #FBA6D0
Black with #FBA6D0
Text Example
Text Example
White with #FBA6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA6D0; }
p { color: rgb(251,166,208); }
H1.HeaderClassName
{
color: #FBA6D0;
}
.AnyTagClassName
{
color: #FBA6D0;
}
</style>
background-color css
<style>
a { background-color: #FBA6D0; }
a { background-color: rgb(251,166,208); }
div.DivClassName
{
background-color: #FBA6D0;
}
.BgClassName
{
background-color: #FBA6D0;
}
</style>
border-color css
<style>
span { border-color: #FBA6D0; }
span { border-color: rgb(251,166,208); }
td.TdClassName
{
border-color: #FBA6D0;
}
.TagClassName
{
border-color: #FBA6D0;
}
</style>