Shades of Lavender Pink #FBA0D1
Tints of Lavender Pink #FBA0D1
RGB
CMYK
RGB Variations
Color information
#FBA0D1 (or 0xFBA0D1) is known color: Lavender Pink. HEX triplet: FB, A0 and D1. RGB value is (251,160,209). Sum of RGB (Red+Green+Blue) = 251+160+209=620 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.48% from 620); Green value is 160 (62.89% from 255 or 25.81% from 620); Blue value is 209 (82.03% from 255 or 33.71% from 620); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA0D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA0D1 is #045F2E. Grayscale: #C0C0C0. Windows color (decimal): -286511 or 13738235. OLE color: 13738235.
HSL color Cylindrical-coordinate representation of color #FBA0D1: hue angle of 327.69º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FBA0D1 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 160 | 209 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.02 |
| HSL | 327.69º | 0.92% | 0.81% | - |
| HSV(B) | 327.69º | 0.36% | 0.98% | - |
| XYZ | 63.86 | 50.25 | 66.66 | - |
| YUV | 192.8 | 137.15 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 209 | 0 | 0.36 | 0.17 | 0.02 | 327.69 | 0.92 | 0.81 |
| Hex | FB | A0 | D1 | 0 | 24 | 11 | 2 | 148 | 5C | 51 |
| Octal | 373 | 240 | 321 | 0 | 44 | 21 | 2 | 510 | 134 | 121 |
| Binary | 11111011 | 10100000 | 11010001 | 0 | 100100 | 10001 | 10 | 101001000 | 1011100 | 1010001 |
Color Harmonies of #FBA0D1
Complementary color
Monochromatic Colors of #FBA0D1
Black with #FBA0D1
Text Example
Text Example
White with #FBA0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA0D1; }
p { color: rgb(251,160,209); }
H1.HeaderClassName
{
color: #FBA0D1;
}
.AnyTagClassName
{
color: #FBA0D1;
}
</style>
background-color css
<style>
a { background-color: #FBA0D1; }
a { background-color: rgb(251,160,209); }
div.DivClassName
{
background-color: #FBA0D1;
}
.BgClassName
{
background-color: #FBA0D1;
}
</style>
border-color css
<style>
span { border-color: #FBA0D1; }
span { border-color: rgb(251,160,209); }
td.TdClassName
{
border-color: #FBA0D1;
}
.TagClassName
{
border-color: #FBA0D1;
}
</style>