Shades of Lavender Pink #FBAFD5
Tints of Lavender Pink #FBAFD5
RGB
CMYK
RGB Variations
Color information
#FBAFD5 (or 0xFBAFD5) is known color: Lavender Pink. HEX triplet: FB, AF and D5. RGB value is (251,175,213). Sum of RGB (Red+Green+Blue) = 251+175+213=639 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.28% from 639); Green value is 175 (68.75% from 255 or 27.39% from 639); Blue value is 213 (83.59% from 255 or 33.33% from 639); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAFD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAFD5 is #04502A. Grayscale: #C9C9C9. Windows color (decimal): -282667 or 14004219. OLE color: 14004219.
HSL color Cylindrical-coordinate representation of color #FBAFD5: hue angle of 330º 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 #FBAFD5 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 175 | 213 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.02 |
| HSL | 330º | 0.9% | 0.84% | - |
| HSV(B) | 330º | 0.3% | 0.98% | - |
| XYZ | 67.12 | 55.97 | 70.22 | - |
| YUV | 202.06 | 134.18 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 175 | 213 | 0 | 0.30 | 0.15 | 0.02 | 330 | 0.9 | 0.84 |
| Hex | FB | AF | D5 | 0 | 1E | F | 2 | 14A | 5A | 54 |
| Octal | 373 | 257 | 325 | 0 | 36 | 17 | 2 | 512 | 132 | 124 |
| Binary | 11111011 | 10101111 | 11010101 | 0 | 11110 | 1111 | 10 | 101001010 | 1011010 | 1010100 |
Color Harmonies of #FBAFD5
Complementary color
Monochromatic Colors of #FBAFD5
Black with #FBAFD5
Text Example
Text Example
White with #FBAFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAFD5; }
p { color: rgb(251,175,213); }
H1.HeaderClassName
{
color: #FBAFD5;
}
.AnyTagClassName
{
color: #FBAFD5;
}
</style>
background-color css
<style>
a { background-color: #FBAFD5; }
a { background-color: rgb(251,175,213); }
div.DivClassName
{
background-color: #FBAFD5;
}
.BgClassName
{
background-color: #FBAFD5;
}
</style>
border-color css
<style>
span { border-color: #FBAFD5; }
span { border-color: rgb(251,175,213); }
td.TdClassName
{
border-color: #FBAFD5;
}
.TagClassName
{
border-color: #FBAFD5;
}
</style>