Shades of Lavender Pink #FBAAD0
Tints of Lavender Pink #FBAAD0
RGB
CMYK
RGB Variations
Color information
#FBAAD0 (or 0xFBAAD0) is known color: Lavender Pink. HEX triplet: FB, AA and D0. RGB value is (251,170,208). Sum of RGB (Red+Green+Blue) = 251+170+208=629 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.90% from 629); Green value is 170 (66.80% from 255 or 27.03% from 629); Blue value is 208 (81.64% from 255 or 33.07% from 629); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAAD0 is #04552F. Grayscale: #C6C6C6. Windows color (decimal): -283952 or 13675259. OLE color: 13675259.
HSL color Cylindrical-coordinate representation of color #FBAAD0: hue angle of 331.85º 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 #FBAAD0 is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 170 | 208 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.02 |
| HSL | 331.85º | 0.91% | 0.83% | - |
| HSV(B) | 331.85º | 0.32% | 0.98% | - |
| XYZ | 65.54 | 53.81 | 66.61 | - |
| YUV | 198.55 | 133.34 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 170 | 208 | 0 | 0.32 | 0.17 | 0.02 | 331.85 | 0.91 | 0.83 |
| Hex | FB | AA | D0 | 0 | 20 | 11 | 2 | 14C | 5B | 53 |
| Octal | 373 | 252 | 320 | 0 | 40 | 21 | 2 | 514 | 133 | 123 |
| Binary | 11111011 | 10101010 | 11010000 | 0 | 100000 | 10001 | 10 | 101001100 | 1011011 | 1010011 |
Color Harmonies of #FBAAD0
Complementary color
Monochromatic Colors of #FBAAD0
Black with #FBAAD0
Text Example
Text Example
White with #FBAAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAAD0; }
p { color: rgb(251,170,208); }
H1.HeaderClassName
{
color: #FBAAD0;
}
.AnyTagClassName
{
color: #FBAAD0;
}
</style>
background-color css
<style>
a { background-color: #FBAAD0; }
a { background-color: rgb(251,170,208); }
div.DivClassName
{
background-color: #FBAAD0;
}
.BgClassName
{
background-color: #FBAAD0;
}
</style>
border-color css
<style>
span { border-color: #FBAAD0; }
span { border-color: rgb(251,170,208); }
td.TdClassName
{
border-color: #FBAAD0;
}
.TagClassName
{
border-color: #FBAAD0;
}
</style>