Shades of Lavender Pink #FBAAD9
Tints of Lavender Pink #FBAAD9
RGB
CMYK
RGB Variations
Color information
#FBAAD9 (or 0xFBAAD9) is known color: Lavender Pink. HEX triplet: FB, AA and D9. RGB value is (251,170,217). Sum of RGB (Red+Green+Blue) = 251+170+217=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 170 (66.80% from 255 or 26.65% from 638); Blue value is 217 (85.16% from 255 or 34.01% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAAD9 is #045526. Grayscale: #C7C7C7. Windows color (decimal): -283943 or 14265083. OLE color: 14265083.
HSL color Cylindrical-coordinate representation of color #FBAAD9: hue angle of 325.19º 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 #FBAAD9 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 170 | 217 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.02 |
| HSL | 325.19º | 0.91% | 0.83% | - |
| HSV(B) | 325.19º | 0.32% | 0.98% | - |
| XYZ | 66.68 | 54.27 | 72.61 | - |
| YUV | 199.58 | 137.84 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 170 | 217 | 0 | 0.32 | 0.14 | 0.02 | 325.19 | 0.91 | 0.83 |
| Hex | FB | AA | D9 | 0 | 20 | E | 2 | 145 | 5B | 53 |
| Octal | 373 | 252 | 331 | 0 | 40 | 16 | 2 | 505 | 133 | 123 |
| Binary | 11111011 | 10101010 | 11011001 | 0 | 100000 | 1110 | 10 | 101000101 | 1011011 | 1010011 |
Color Harmonies of #FBAAD9
Complementary color
Monochromatic Colors of #FBAAD9
Black with #FBAAD9
Text Example
Text Example
White with #FBAAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAAD9; }
p { color: rgb(251,170,217); }
H1.HeaderClassName
{
color: #FBAAD9;
}
.AnyTagClassName
{
color: #FBAAD9;
}
</style>
background-color css
<style>
a { background-color: #FBAAD9; }
a { background-color: rgb(251,170,217); }
div.DivClassName
{
background-color: #FBAAD9;
}
.BgClassName
{
background-color: #FBAAD9;
}
</style>
border-color css
<style>
span { border-color: #FBAAD9; }
span { border-color: rgb(251,170,217); }
td.TdClassName
{
border-color: #FBAAD9;
}
.TagClassName
{
border-color: #FBAAD9;
}
</style>