Shades of Lavender Pink #FBA3D1
Tints of Lavender Pink #FBA3D1
RGB
CMYK
RGB Variations
Color information
#FBA3D1 (or 0xFBA3D1) is known color: Lavender Pink. HEX triplet: FB, A3 and D1. RGB value is (251,163,209). Sum of RGB (Red+Green+Blue) = 251+163+209=623 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.29% from 623); Green value is 163 (64.06% from 255 or 26.16% from 623); Blue value is 209 (82.03% from 255 or 33.55% from 623); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA3D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA3D1 is #045C2E. Grayscale: #C2C2C2. Windows color (decimal): -285743 or 13739003. OLE color: 13739003.
HSL color Cylindrical-coordinate representation of color #FBA3D1: hue angle of 328.64º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FBA3D1 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 209 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.02 |
| HSL | 328.64º | 0.92% | 0.81% | - |
| HSV(B) | 328.64º | 0.35% | 0.98% | - |
| XYZ | 64.39 | 51.31 | 66.83 | - |
| YUV | 194.56 | 136.15 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 209 | 0 | 0.35 | 0.17 | 0.02 | 328.64 | 0.92 | 0.81 |
| Hex | FB | A3 | D1 | 0 | 23 | 11 | 2 | 149 | 5C | 51 |
| Octal | 373 | 243 | 321 | 0 | 43 | 21 | 2 | 511 | 134 | 121 |
| Binary | 11111011 | 10100011 | 11010001 | 0 | 100011 | 10001 | 10 | 101001001 | 1011100 | 1010001 |
Color Harmonies of #FBA3D1
Complementary color
Monochromatic Colors of #FBA3D1
Black with #FBA3D1
Text Example
Text Example
White with #FBA3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA3D1; }
p { color: rgb(251,163,209); }
H1.HeaderClassName
{
color: #FBA3D1;
}
.AnyTagClassName
{
color: #FBA3D1;
}
</style>
background-color css
<style>
a { background-color: #FBA3D1; }
a { background-color: rgb(251,163,209); }
div.DivClassName
{
background-color: #FBA3D1;
}
.BgClassName
{
background-color: #FBA3D1;
}
</style>
border-color css
<style>
span { border-color: #FBA3D1; }
span { border-color: rgb(251,163,209); }
td.TdClassName
{
border-color: #FBA3D1;
}
.TagClassName
{
border-color: #FBA3D1;
}
</style>