Shades of Lavender Pink #FBAAD1
Tints of Lavender Pink #FBAAD1
RGB
CMYK
RGB Variations
Color information
#FBAAD1 (or 0xFBAAD1) is known color: Lavender Pink. HEX triplet: FB, AA and D1. RGB value is (251,170,209). Sum of RGB (Red+Green+Blue) = 251+170+209=630 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.84% from 630); Green value is 170 (66.80% from 255 or 26.98% from 630); Blue value is 209 (82.03% from 255 or 33.17% from 630); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAAD1 is #04552E. Grayscale: #C6C6C6. Windows color (decimal): -283951 or 13740795. OLE color: 13740795.
HSL color Cylindrical-coordinate representation of color #FBAAD1: hue angle of 331.11º 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 #FBAAD1 is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 170 | 209 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.02 |
| HSL | 331.11º | 0.91% | 0.83% | - |
| HSV(B) | 331.11º | 0.32% | 0.98% | - |
| XYZ | 65.67 | 53.86 | 67.26 | - |
| YUV | 198.67 | 133.84 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 170 | 209 | 0 | 0.32 | 0.17 | 0.02 | 331.11 | 0.91 | 0.83 |
| Hex | FB | AA | D1 | 0 | 20 | 11 | 2 | 14B | 5B | 53 |
| Octal | 373 | 252 | 321 | 0 | 40 | 21 | 2 | 513 | 133 | 123 |
| Binary | 11111011 | 10101010 | 11010001 | 0 | 100000 | 10001 | 10 | 101001011 | 1011011 | 1010011 |
Color Harmonies of #FBAAD1
Complementary color
Monochromatic Colors of #FBAAD1
Black with #FBAAD1
Text Example
Text Example
White with #FBAAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAAD1; }
p { color: rgb(251,170,209); }
H1.HeaderClassName
{
color: #FBAAD1;
}
.AnyTagClassName
{
color: #FBAAD1;
}
</style>
background-color css
<style>
a { background-color: #FBAAD1; }
a { background-color: rgb(251,170,209); }
div.DivClassName
{
background-color: #FBAAD1;
}
.BgClassName
{
background-color: #FBAAD1;
}
</style>
border-color css
<style>
span { border-color: #FBAAD1; }
span { border-color: rgb(251,170,209); }
td.TdClassName
{
border-color: #FBAAD1;
}
.TagClassName
{
border-color: #FBAAD1;
}
</style>