Shades of Lavender Pink #FBAFD1
Tints of Lavender Pink #FBAFD1
RGB
CMYK
RGB Variations
Color information
#FBAFD1 (or 0xFBAFD1) is known color: Lavender Pink. HEX triplet: FB, AF and D1. RGB value is (251,175,209). Sum of RGB (Red+Green+Blue) = 251+175+209=635 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.53% from 635); Green value is 175 (68.75% from 255 or 27.56% from 635); Blue value is 209 (82.03% from 255 or 32.91% from 635); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAFD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAFD1 is #04502E. Grayscale: #C9C9C9. Windows color (decimal): -282671 or 13742075. OLE color: 13742075.
HSL color Cylindrical-coordinate representation of color #FBAFD1: hue angle of 333.16º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBAFD1 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 175 | 209 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.02 |
| HSL | 333.16º | 0.9% | 0.84% | - |
| HSV(B) | 333.16º | 0.3% | 0.98% | - |
| XYZ | 66.62 | 55.77 | 67.58 | - |
| YUV | 201.6 | 132.18 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 175 | 209 | 0 | 0.30 | 0.17 | 0.02 | 333.16 | 0.9 | 0.84 |
| Hex | FB | AF | D1 | 0 | 1E | 11 | 2 | 14D | 5A | 54 |
| Octal | 373 | 257 | 321 | 0 | 36 | 21 | 2 | 515 | 132 | 124 |
| Binary | 11111011 | 10101111 | 11010001 | 0 | 11110 | 10001 | 10 | 101001101 | 1011010 | 1010100 |
Color Harmonies of #FBAFD1
Complementary color
Monochromatic Colors of #FBAFD1
Black with #FBAFD1
Text Example
Text Example
White with #FBAFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAFD1; }
p { color: rgb(251,175,209); }
H1.HeaderClassName
{
color: #FBAFD1;
}
.AnyTagClassName
{
color: #FBAFD1;
}
</style>
background-color css
<style>
a { background-color: #FBAFD1; }
a { background-color: rgb(251,175,209); }
div.DivClassName
{
background-color: #FBAFD1;
}
.BgClassName
{
background-color: #FBAFD1;
}
</style>
border-color css
<style>
span { border-color: #FBAFD1; }
span { border-color: rgb(251,175,209); }
td.TdClassName
{
border-color: #FBAFD1;
}
.TagClassName
{
border-color: #FBAFD1;
}
</style>