Shades of Lavender Pink #FBAADB
Tints of Lavender Pink #FBAADB
RGB
CMYK
RGB Variations
Color information
#FBAADB (or 0xFBAADB) is known color: Lavender Pink. HEX triplet: FB, AA and DB. RGB value is (251,170,219). Sum of RGB (Red+Green+Blue) = 251+170+219=640 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.22% from 640); Green value is 170 (66.80% from 255 or 26.56% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAADB is #045524. Grayscale: #C7C7C7. Windows color (decimal): -283941 or 14396155. OLE color: 14396155.
HSL color Cylindrical-coordinate representation of color #FBAADB: hue angle of 323.7º 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 #FBAADB is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 170 | 219 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.02 |
| HSL | 323.7º | 0.91% | 0.83% | - |
| HSV(B) | 323.7º | 0.32% | 0.98% | - |
| XYZ | 66.94 | 54.37 | 73.98 | - |
| YUV | 199.81 | 138.84 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 170 | 219 | 0 | 0.32 | 0.13 | 0.02 | 323.7 | 0.91 | 0.83 |
| Hex | FB | AA | DB | 0 | 20 | D | 2 | 144 | 5B | 53 |
| Octal | 373 | 252 | 333 | 0 | 40 | 15 | 2 | 504 | 133 | 123 |
| Binary | 11111011 | 10101010 | 11011011 | 0 | 100000 | 1101 | 10 | 101000100 | 1011011 | 1010011 |
Color Harmonies of #FBAADB
Complementary color
Monochromatic Colors of #FBAADB
Black with #FBAADB
Text Example
Text Example
White with #FBAADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAADB; }
p { color: rgb(251,170,219); }
H1.HeaderClassName
{
color: #FBAADB;
}
.AnyTagClassName
{
color: #FBAADB;
}
</style>
background-color css
<style>
a { background-color: #FBAADB; }
a { background-color: rgb(251,170,219); }
div.DivClassName
{
background-color: #FBAADB;
}
.BgClassName
{
background-color: #FBAADB;
}
</style>
border-color css
<style>
span { border-color: #FBAADB; }
span { border-color: rgb(251,170,219); }
td.TdClassName
{
border-color: #FBAADB;
}
.TagClassName
{
border-color: #FBAADB;
}
</style>