Shades of Lavender Pink #FBAACD
Tints of Lavender Pink #FBAACD
RGB
CMYK
RGB Variations
Color information
#FBAACD (or 0xFBAACD) is known color: Lavender Pink. HEX triplet: FB, AA and CD. RGB value is (251,170,205). Sum of RGB (Red+Green+Blue) = 251+170+205=626 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.10% from 626); Green value is 170 (66.80% from 255 or 27.16% from 626); Blue value is 205 (80.47% from 255 or 32.75% from 626); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAACD is #045532. Grayscale: #C6C6C6. Windows color (decimal): -283955 or 13478651. OLE color: 13478651.
HSL color Cylindrical-coordinate representation of color #FBAACD: hue angle of 334.07º 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 #FBAACD is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 170 | 205 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.02 |
| HSL | 334.07º | 0.91% | 0.83% | - |
| HSV(B) | 334.07º | 0.32% | 0.98% | - |
| XYZ | 65.18 | 53.67 | 64.68 | - |
| YUV | 198.21 | 131.84 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 170 | 205 | 0 | 0.32 | 0.18 | 0.02 | 334.07 | 0.91 | 0.83 |
| Hex | FB | AA | CD | 0 | 20 | 12 | 2 | 14E | 5B | 53 |
| Octal | 373 | 252 | 315 | 0 | 40 | 22 | 2 | 516 | 133 | 123 |
| Binary | 11111011 | 10101010 | 11001101 | 0 | 100000 | 10010 | 10 | 101001110 | 1011011 | 1010011 |
Color Harmonies of #FBAACD
Complementary color
Monochromatic Colors of #FBAACD
Black with #FBAACD
Text Example
Text Example
White with #FBAACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAACD; }
p { color: rgb(251,170,205); }
H1.HeaderClassName
{
color: #FBAACD;
}
.AnyTagClassName
{
color: #FBAACD;
}
</style>
background-color css
<style>
a { background-color: #FBAACD; }
a { background-color: rgb(251,170,205); }
div.DivClassName
{
background-color: #FBAACD;
}
.BgClassName
{
background-color: #FBAACD;
}
</style>
border-color css
<style>
span { border-color: #FBAACD; }
span { border-color: rgb(251,170,205); }
td.TdClassName
{
border-color: #FBAACD;
}
.TagClassName
{
border-color: #FBAACD;
}
</style>