Shades of Lavender Pink #FBA1D1
Tints of Lavender Pink #FBA1D1
RGB
CMYK
RGB Variations
Color information
#FBA1D1 (or 0xFBA1D1) is known color: Lavender Pink. HEX triplet: FB, A1 and D1. RGB value is (251,161,209). Sum of RGB (Red+Green+Blue) = 251+161+209=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 161 (63.28% from 255 or 25.93% from 621); Blue value is 209 (82.03% from 255 or 33.66% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA1D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA1D1 is #045E2E. Grayscale: #C1C1C1. Windows color (decimal): -286255 or 13738491. OLE color: 13738491.
HSL color Cylindrical-coordinate representation of color #FBA1D1: hue angle of 328º 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 #FBA1D1 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 209 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.02 |
| HSL | 328º | 0.92% | 0.81% | - |
| HSV(B) | 328º | 0.36% | 0.98% | - |
| XYZ | 64.04 | 50.6 | 66.71 | - |
| YUV | 193.38 | 136.82 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 209 | 0 | 0.36 | 0.17 | 0.02 | 328 | 0.92 | 0.81 |
| Hex | FB | A1 | D1 | 0 | 24 | 11 | 2 | 148 | 5C | 51 |
| Octal | 373 | 241 | 321 | 0 | 44 | 21 | 2 | 510 | 134 | 121 |
| Binary | 11111011 | 10100001 | 11010001 | 0 | 100100 | 10001 | 10 | 101001000 | 1011100 | 1010001 |
Color Harmonies of #FBA1D1
Complementary color
Monochromatic Colors of #FBA1D1
Black with #FBA1D1
Text Example
Text Example
White with #FBA1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA1D1; }
p { color: rgb(251,161,209); }
H1.HeaderClassName
{
color: #FBA1D1;
}
.AnyTagClassName
{
color: #FBA1D1;
}
</style>
background-color css
<style>
a { background-color: #FBA1D1; }
a { background-color: rgb(251,161,209); }
div.DivClassName
{
background-color: #FBA1D1;
}
.BgClassName
{
background-color: #FBA1D1;
}
</style>
border-color css
<style>
span { border-color: #FBA1D1; }
span { border-color: rgb(251,161,209); }
td.TdClassName
{
border-color: #FBA1D1;
}
.TagClassName
{
border-color: #FBA1D1;
}
</style>