Shades of Lavender Pink #FBACD5
Tints of Lavender Pink #FBACD5
RGB
CMYK
RGB Variations
Color information
#FBACD5 (or 0xFBACD5) is known color: Lavender Pink. HEX triplet: FB, AC and D5. RGB value is (251,172,213). Sum of RGB (Red+Green+Blue) = 251+172+213=636 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.47% from 636); Green value is 172 (67.58% from 255 or 27.04% from 636); Blue value is 213 (83.59% from 255 or 33.49% from 636); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBACD5 is #04532A. Grayscale: #C8C8C8. Windows color (decimal): -283435 or 14003451. OLE color: 14003451.
HSL color Cylindrical-coordinate representation of color #FBACD5: hue angle of 328.86º 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 #FBACD5 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 172 | 213 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.02 |
| HSL | 328.86º | 0.91% | 0.83% | - |
| HSV(B) | 328.86º | 0.31% | 0.98% | - |
| XYZ | 66.55 | 54.82 | 70.02 | - |
| YUV | 200.3 | 135.17 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 172 | 213 | 0 | 0.31 | 0.15 | 0.02 | 328.86 | 0.91 | 0.83 |
| Hex | FB | AC | D5 | 0 | 1F | F | 2 | 149 | 5B | 53 |
| Octal | 373 | 254 | 325 | 0 | 37 | 17 | 2 | 511 | 133 | 123 |
| Binary | 11111011 | 10101100 | 11010101 | 0 | 11111 | 1111 | 10 | 101001001 | 1011011 | 1010011 |
Color Harmonies of #FBACD5
Complementary color
Monochromatic Colors of #FBACD5
Black with #FBACD5
Text Example
Text Example
White with #FBACD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBACD5; }
p { color: rgb(251,172,213); }
H1.HeaderClassName
{
color: #FBACD5;
}
.AnyTagClassName
{
color: #FBACD5;
}
</style>
background-color css
<style>
a { background-color: #FBACD5; }
a { background-color: rgb(251,172,213); }
div.DivClassName
{
background-color: #FBACD5;
}
.BgClassName
{
background-color: #FBACD5;
}
</style>
border-color css
<style>
span { border-color: #FBACD5; }
span { border-color: rgb(251,172,213); }
td.TdClassName
{
border-color: #FBACD5;
}
.TagClassName
{
border-color: #FBACD5;
}
</style>