Shades of Lavender Pink #FBABCD
Tints of Lavender Pink #FBABCD
RGB
CMYK
RGB Variations
Color information
#FBABCD (or 0xFBABCD) is known color: Lavender Pink. HEX triplet: FB, AB and CD. RGB value is (251,171,205). Sum of RGB (Red+Green+Blue) = 251+171+205=627 (83% of max value = 765). Red value is 251 (98.44% from 255 or 40.03% from 627); Green value is 171 (67.19% from 255 or 27.27% from 627); Blue value is 205 (80.47% from 255 or 32.70% from 627); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBABCD is #045432. Grayscale: #C6C6C6. Windows color (decimal): -283699 or 13478907. OLE color: 13478907.
HSL color Cylindrical-coordinate representation of color #FBABCD: hue angle of 334.5º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBABCD is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 205 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.02 |
| HSL | 334.5º | 0.91% | 0.83% | - |
| HSV(B) | 334.5º | 0.32% | 0.98% | - |
| XYZ | 65.37 | 54.04 | 64.74 | - |
| YUV | 198.8 | 131.5 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 205 | 0 | 0.32 | 0.18 | 0.02 | 334.5 | 0.91 | 0.83 |
| Hex | FB | AB | CD | 0 | 20 | 12 | 2 | 14E | 5B | 53 |
| Octal | 373 | 253 | 315 | 0 | 40 | 22 | 2 | 516 | 133 | 123 |
| Binary | 11111011 | 10101011 | 11001101 | 0 | 100000 | 10010 | 10 | 101001110 | 1011011 | 1010011 |
Color Harmonies of #FBABCD
Complementary color
Monochromatic Colors of #FBABCD
Black with #FBABCD
Text Example
Text Example
White with #FBABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBABCD; }
p { color: rgb(251,171,205); }
H1.HeaderClassName
{
color: #FBABCD;
}
.AnyTagClassName
{
color: #FBABCD;
}
</style>
background-color css
<style>
a { background-color: #FBABCD; }
a { background-color: rgb(251,171,205); }
div.DivClassName
{
background-color: #FBABCD;
}
.BgClassName
{
background-color: #FBABCD;
}
</style>
border-color css
<style>
span { border-color: #FBABCD; }
span { border-color: rgb(251,171,205); }
td.TdClassName
{
border-color: #FBABCD;
}
.TagClassName
{
border-color: #FBABCD;
}
</style>