Shades of Lavender Pink #FBA5D8
Tints of Lavender Pink #FBA5D8
RGB
CMYK
RGB Variations
Color information
#FBA5D8 (or 0xFBA5D8) is known color: Lavender Pink. HEX triplet: FB, A5 and D8. RGB value is (251,165,216). Sum of RGB (Red+Green+Blue) = 251+165+216=632 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.72% from 632); Green value is 165 (64.84% from 255 or 26.11% from 632); Blue value is 216 (84.77% from 255 or 34.18% from 632); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA5D8 is #045A27. Grayscale: #C4C4C4. Windows color (decimal): -285224 or 14198267. OLE color: 14198267.
HSL color Cylindrical-coordinate representation of color #FBA5D8: hue angle of 324.42º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBA5D8 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 216 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.02 |
| HSL | 324.42º | 0.91% | 0.82% | - |
| HSV(B) | 324.42º | 0.34% | 0.98% | - |
| XYZ | 65.63 | 52.38 | 71.62 | - |
| YUV | 196.53 | 138.99 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 216 | 0 | 0.34 | 0.14 | 0.02 | 324.42 | 0.91 | 0.82 |
| Hex | FB | A5 | D8 | 0 | 22 | E | 2 | 144 | 5B | 52 |
| Octal | 373 | 245 | 330 | 0 | 42 | 16 | 2 | 504 | 133 | 122 |
| Binary | 11111011 | 10100101 | 11011000 | 0 | 100010 | 1110 | 10 | 101000100 | 1011011 | 1010010 |
Color Harmonies of #FBA5D8
Complementary color
Monochromatic Colors of #FBA5D8
Black with #FBA5D8
Text Example
Text Example
White with #FBA5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA5D8; }
p { color: rgb(251,165,216); }
H1.HeaderClassName
{
color: #FBA5D8;
}
.AnyTagClassName
{
color: #FBA5D8;
}
</style>
background-color css
<style>
a { background-color: #FBA5D8; }
a { background-color: rgb(251,165,216); }
div.DivClassName
{
background-color: #FBA5D8;
}
.BgClassName
{
background-color: #FBA5D8;
}
</style>
border-color css
<style>
span { border-color: #FBA5D8; }
span { border-color: rgb(251,165,216); }
td.TdClassName
{
border-color: #FBA5D8;
}
.TagClassName
{
border-color: #FBA5D8;
}
</style>