Shades of Lavender Pink #FBACD9
Tints of Lavender Pink #FBACD9
RGB
CMYK
RGB Variations
Color information
#FBACD9 (or 0xFBACD9) is known color: Lavender Pink. HEX triplet: FB, AC and D9. RGB value is (251,172,217). Sum of RGB (Red+Green+Blue) = 251+172+217=640 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.22% from 640); Green value is 172 (67.58% from 255 or 26.88% from 640); Blue value is 217 (85.16% from 255 or 33.91% from 640); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBACD9 is #045326. Grayscale: #C8C8C8. Windows color (decimal): -283431 or 14265595. OLE color: 14265595.
HSL color Cylindrical-coordinate representation of color #FBACD9: hue angle of 325.82º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBACD9 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 172 | 217 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.02 |
| HSL | 325.82º | 0.91% | 0.83% | - |
| HSV(B) | 325.82º | 0.31% | 0.98% | - |
| XYZ | 67.06 | 55.02 | 72.73 | - |
| YUV | 200.75 | 137.17 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 172 | 217 | 0 | 0.31 | 0.14 | 0.02 | 325.82 | 0.91 | 0.83 |
| Hex | FB | AC | D9 | 0 | 1F | E | 2 | 146 | 5B | 53 |
| Octal | 373 | 254 | 331 | 0 | 37 | 16 | 2 | 506 | 133 | 123 |
| Binary | 11111011 | 10101100 | 11011001 | 0 | 11111 | 1110 | 10 | 101000110 | 1011011 | 1010011 |
Color Harmonies of #FBACD9
Complementary color
Monochromatic Colors of #FBACD9
Black with #FBACD9
Text Example
Text Example
White with #FBACD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBACD9; }
p { color: rgb(251,172,217); }
H1.HeaderClassName
{
color: #FBACD9;
}
.AnyTagClassName
{
color: #FBACD9;
}
</style>
background-color css
<style>
a { background-color: #FBACD9; }
a { background-color: rgb(251,172,217); }
div.DivClassName
{
background-color: #FBACD9;
}
.BgClassName
{
background-color: #FBACD9;
}
</style>
border-color css
<style>
span { border-color: #FBACD9; }
span { border-color: rgb(251,172,217); }
td.TdClassName
{
border-color: #FBACD9;
}
.TagClassName
{
border-color: #FBACD9;
}
</style>