Shades of Lavender Pink #FBACD6
Tints of Lavender Pink #FBACD6
RGB
CMYK
RGB Variations
Color information
#FBACD6 (or 0xFBACD6) is known color: Lavender Pink. HEX triplet: FB, AC and D6. RGB value is (251,172,214). Sum of RGB (Red+Green+Blue) = 251+172+214=637 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.40% from 637); Green value is 172 (67.58% from 255 or 27.00% from 637); Blue value is 214 (83.98% from 255 or 33.59% from 637); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBACD6 is #045329. Grayscale: #C8C8C8. Windows color (decimal): -283434 or 14068987. OLE color: 14068987.
HSL color Cylindrical-coordinate representation of color #FBACD6: hue angle of 328.1º 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 #FBACD6 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 172 | 214 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.02 |
| HSL | 328.1º | 0.91% | 0.83% | - |
| HSV(B) | 328.1º | 0.31% | 0.98% | - |
| XYZ | 66.67 | 54.87 | 70.7 | - |
| YUV | 200.41 | 135.67 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 172 | 214 | 0 | 0.31 | 0.15 | 0.02 | 328.1 | 0.91 | 0.83 |
| Hex | FB | AC | D6 | 0 | 1F | F | 2 | 148 | 5B | 53 |
| Octal | 373 | 254 | 326 | 0 | 37 | 17 | 2 | 510 | 133 | 123 |
| Binary | 11111011 | 10101100 | 11010110 | 0 | 11111 | 1111 | 10 | 101001000 | 1011011 | 1010011 |
Color Harmonies of #FBACD6
Complementary color
Monochromatic Colors of #FBACD6
Black with #FBACD6
Text Example
Text Example
White with #FBACD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBACD6; }
p { color: rgb(251,172,214); }
H1.HeaderClassName
{
color: #FBACD6;
}
.AnyTagClassName
{
color: #FBACD6;
}
</style>
background-color css
<style>
a { background-color: #FBACD6; }
a { background-color: rgb(251,172,214); }
div.DivClassName
{
background-color: #FBACD6;
}
.BgClassName
{
background-color: #FBACD6;
}
</style>
border-color css
<style>
span { border-color: #FBACD6; }
span { border-color: rgb(251,172,214); }
td.TdClassName
{
border-color: #FBACD6;
}
.TagClassName
{
border-color: #FBACD6;
}
</style>